4 lines
45 B
C
4 lines
45 B
C
struct PointStruct {
|
|
int x;
|
|
int y;
|
|
}; |
struct PointStruct {
|
|
int x;
|
|
int y;
|
|
}; |