6 lines
91 B
Text
6 lines
91 B
Text
global s = "341";
|
|
|
|
int program(int argc, string[] argv) {
|
|
print_string(s);
|
|
return 0;
|
|
}
|