c-compiler/test.c

9 lines
112 B
C

int fibonacci(int n, int b) {
return 0;
}
int main() {
int a = 5;
a = 15 + 20;
return a - 30;
}