aboutsummaryrefslogtreecommitdiff
path: root/2015/puzzle-2.hs
diff options
context:
space:
mode:
Diffstat (limited to '2015/puzzle-2.hs')
-rw-r--r--2015/puzzle-2.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/2015/puzzle-2.hs b/2015/puzzle-2.hs
index 3fbbd65..ce6adb4 100644
--- a/2015/puzzle-2.hs
+++ b/2015/puzzle-2.hs
@@ -26,3 +26,7 @@ main = do
let ribbon = sum $ map total_ribbon dimensions
putStrLn $ "Round 1: " ++ (show areas)
putStrLn $ "Round 2: " ++ (show ribbon)
+
+-- Local Variables:
+-- compile-command: "ghc puzzle-2.hs && ./puzzle-2"
+-- End: