CS153/hw6/hw4programs/run29.oat

7 lines
98 B
Text
Raw Normal View History

global b=true;
int program (int argc, string[] argv) {
var i=0;
if (b) { i=1; }
return i;
}