Advertisement
diegomarsal00

Untitled

May 21st, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #include <stdio.h>
  2. int main ()
  3. {
  4.  
  5. int i, j
  6. char tablero[16][16];
  7. for(i=0;i<16; i++)
  8. {
  9. for (j=0; j<16; j++)
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement