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