c-compiler/test.c
2026-04-09 16:02:34 +03:00

4 lines
43 B
C

int main() {
int a = 5;
return a;
}