4 lines
95 B
Text
4 lines
95 B
Text
int program (int argc, string[] argv) {
|
|
var x = new int[] {3,4,5,6,7};
|
|
return length(x);
|
|
}
|