CS153/hw5/hw4programs/path1.oat

5 lines
68 B
Text
Raw Normal View History

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