This commit is contained in:
Jens Kadenbach
2022-12-05 16:15:49 +01:00
parent d62259bf75
commit 29afc2ff7b
4 changed files with 19 additions and 14 deletions

View File

@@ -14,7 +14,6 @@ day1 = do
putStrLn ("Highest calorie count = " ++ calorieCount)
caloriesOfTop3Elves <- day1_2
putStrLn ("Calories of top 3 elves = " ++ caloriesOfTop3Elves)
putStrLn "-----------"
day1_1 :: IO String