4 lines
88 B
Text
4 lines
88 B
Text
int program (int argc, string[] argv) {
|
|
var x = new int[3] {i -> 2};
|
|
return x[0];
|
|
}
|