4 lines
81 B
Text
4 lines
81 B
Text
int program (int argc, string[] argv) {
|
|
var a = new string[]{1};
|
|
return 0;
|
|
}
|