Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 119 Bytes

File metadata and controls

14 lines (10 loc) · 119 Bytes

GRAMMAR

Relations should be structs like this: struct

struct coordinate
 {
 	int x;
 	int y;
 };