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