CS153/hw6/oatprograms/run27.oat

5 lines
66 B
Text
Raw Normal View History

int program (int argc, string[] argv) {
var i=99;
return i;
}