elefantes/defs.h
2021-10-24 14:01:57 +02:00

6 lines
57 B
C

/* coordenada */
struct coord {
int x;
int y;
};