CS153/hw6/oatprograms/easyrun8.oat

8 lines
145 B
Text
Raw Normal View History

int program (int argc, string[] argv) {
if(6 != 5) {
return ~(5 >> -6 << 9 >>> 10) * 2 - 100 + 6;
} else {
return 2;
}
}