Files
rxcc/test2.c

4 lines
34 B
C
Raw Normal View History

2026-01-31 15:07:04 -05:00
int main() {
return ~1 * 2;
2026-01-31 15:07:04 -05:00
}