6 lines
76 B
Text
6 lines
76 B
Text
|
|
global s = "hello!";
|
||
|
|
|
||
|
|
int program(int argc, string[] args) {
|
||
|
|
return 17;
|
||
|
|
}
|