CS153/hw6/hw4programs/globals6.oat

5 lines
74 B
Text
Raw Normal View History

int program(int argc, string[] args) {
var s = "hello!";
return 15;
}