minor code changes for codegen
This commit is contained in:
@@ -20,8 +20,6 @@ int greater(int a, int b) {
|
||||
}
|
||||
|
||||
int main() {
|
||||
printnum(greater(5, add_(5, 5)));
|
||||
|
||||
printnum(factorial(5));
|
||||
printnum(-5);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user