compiler-design-excercises/test/var_add.c0

4 lines
No EOL
47 B
Text

int main() {
int x = 1;
return x + 2;
}