Files
rxcc/test.c
2026-02-11 15:39:42 -05:00

5 lines
64 B
C

int main() {
return 3 % 2 / 29 % 23 + 9 % 2 % 3 % 4 % 5;
}