Files
rxcc/test2.c
2026-01-31 19:51:05 -05:00

4 lines
34 B
C

int main() {
return ~1 * 2;
}