From 61951d703449d1da0ed1a640c592ed030b589a45 Mon Sep 17 00:00:00 2001 From: bigsketti Date: Wed, 25 Sep 2024 09:14:27 -0400 Subject: [PATCH] --- src/profaneCompiler.cpp | 2 ++ 1 file changed, 2 insertions(+) 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