5 lines
66 B
Text
5 lines
66 B
Text
|
|
int program (int argc, string[] argv) {
|
||
|
|
var i=99;
|
||
|
|
return i;
|
||
|
|
}
|