CS153/hw4/hw4programs/run61.oat

7 lines
91 B
Text
Raw Normal View History

global s = "341";
int program(int argc, string[] argv) {
print_string(s);
return 0;
}