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