diff --git a/src/profaneCompiler.cpp b/src/profaneCompiler.cpp index c03f47a..a9fb696 100644 --- a/src/profaneCompiler.cpp +++ b/src/profaneCompiler.cpp @@ -56,5 +56,7 @@ int main() { } } + file_out.close(); + return 0; } \ No newline at end of file