CS153/hw6/oatprograms/lib8.oat

6 lines
104 B
Text
Raw Normal View History

int program (int argc, string[] argv) {
var str = "Hello world!";
print_string (str);
return 0;
}