5 lines
77 B
Text
5 lines
77 B
Text
|
|
int program(int argc, string[] argv) {
|
||
|
|
var x = print_int(3);
|
||
|
|
return 0;
|
||
|
|
}
|