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