CS153/hw4/hw4programs/run22.oat

6 lines
121 B
Text
Raw Permalink Normal View History

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