Files
rxcc/test.c

4 lines
33 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
}