Files
rxcc/test.c

5 lines
64 B
C
Raw Normal View History

2026-01-31 15:07:04 -05:00
int main() {
2026-02-11 15:39:42 -05:00
return 3 % 2 / 29 % 23 + 9 % 2 % 3 % 4 % 5;
2026-01-31 15:07:04 -05:00
}