Files
rxcc/test.c
2026-02-11 16:56:47 -05:00

5 lines
59 B
C

int main() {
return 4 ^ 2 | 34 & 20 | (3 & 4) & ~1;
}