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