CS153/hw6/oatprograms/run22.oat

6 lines
121 B
Text
Raw Normal View History

int program (int argc, string[] argv) {
var strs = new string[]{"abc", "def"};
print_string (strs[0]);
return 0;
}