CS153/hw6/oatprograms/globals5.oat

6 lines
76 B
Text
Raw Normal View History

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