Files
rxcc/test.c

5 lines
141 B
C
Raw Normal View History

2026-01-31 15:07:04 -05:00
int main() {
return !(4 + -4) + 6 / (2 + 2) * -4 * ~4 / 9 + -(4 / (5 * (32 / 2) + ~1) - (400 / 90 + 1) - -~((5 / 4) * (2 + 3) / -9));
2026-01-31 15:07:04 -05:00
}