CS153/hw5/hw4programs/run24.oat

5 lines
77 B
Text
Raw Normal View History

int program (int argc, string[] argv) {
var a = new int[]{};
return 0;
}