5 lines
36 B
Plaintext
5 lines
36 B
Plaintext
|
|
struct Point {
|
||
|
|
int x;
|
||
|
|
int y;
|
||
|
|
};
|