Advertisement
pablosoares

Untitled

Aug 30th, 2020
1,909
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.17 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <string.h>
  3. #include "hash.h"
  4. #include "tabelaHash.c"
  5.  
  6. int main(){
  7.     city ci[854];
  8.     ler(ci);
  9.     inserir(ci);
  10.    
  11. return 0;
  12. }
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement