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