5 lines
68 B
Text
5 lines
68 B
Text
|
|
int program (int argc, string[] argv) {
|
||
|
|
var x = 17;
|
||
|
|
return x;
|
||
|
|
}
|