5 lines
88 B
Text
5 lines
88 B
Text
int program (int argc, string[] argv) {
|
|
var arr= new int[] {1,2};
|
|
|
|
return arr[1];
|
|
}
|