This commit is contained in:
2025-12-06 22:32:44 -08:00
parent 5bd3572ba4
commit a9c588be76
5 changed files with 94 additions and 5 deletions

View File

@@ -12,9 +12,9 @@ run fn = do
putStrLn fn
text <- readFile fn
putStrLn $ "part1 " ++ show (part1 text)
putStrLn $ "part2 " ++ show (part2 text)
-- putStrLn $ "part2 " ++ show (part2 text)
main : IO Unit
main = do
run "aoc2025/dayXX/eg.txt"
run "aoc2025/dayXX/input.txt"
-- run "aoc2025/dayXX/input.txt"