8 lines
84 B
Text
8 lines
84 B
Text
struct X {
|
|
int y;
|
|
int y
|
|
}
|
|
|
|
int program(int argc, string[] argv) {
|
|
return 0;
|
|
}
|