minor code changes for codegen

This commit is contained in:
2026-02-02 11:15:45 +00:00
parent 8f7163c459
commit 5573c5a609
3 changed files with 4 additions and 11 deletions
+1 -3
View File
@@ -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;
}