CS153/hw6/hw4programs/run27.oat

5 lines
66 B
Text
Raw Permalink Normal View History

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