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