From 53589e8d5071e8d067eec8b36b0b40ec8b449cec Mon Sep 17 00:00:00 2001 From: Samuel Hammersberg Date: Wed, 29 Mar 2023 16:54:30 +0200 Subject: [PATCH] Made the output from running the compiler a bit clearer. --- src/Main.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Main.hs b/src/Main.hs index f5793be..97d75e8 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -133,6 +133,8 @@ main' opts s = do debugDotViz compile generatedCode + printToErr "Compilation done!" + printToErr "\n-- Program output --" spawnWait "./output/hello_world" exitSuccess