Somehow we compiling and not crashing

This commit is contained in:
Krzosa Karol
2022-10-09 11:05:03 +02:00
parent ed7267a8c8
commit 0637a32655
3 changed files with 44 additions and 2 deletions

View File

@@ -295,5 +295,6 @@ int main(int argument_count, char **arguments){
compile_file(it.absolute_path, COMPILE_AND_RUN | COMPILE_TESTING);
}
}
log_info("End of program\n");
return 0;
}