Files
rxcc/c/return_2.c

5 lines
30 B
C
Raw Normal View History

2026-01-25 20:58:36 -05:00
int main() {
return 2;
}