5 lines
86 B
Text
5 lines
86 B
Text
int program (int argc, string[] argv) {
|
|
var x = 17;
|
|
var y = 18;
|
|
return x + y;
|
|
}
|