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