compiler working for some mathematical expressions, function calls and
simple conditionals
This commit is contained in:
@@ -7,6 +7,6 @@ int factorial(int n) {
|
||||
|
||||
int main() {
|
||||
int res = factorial(3);
|
||||
print(res);
|
||||
printnum(res);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user