Commit 382124ee by Stuart Kurtz

Day 10

parent 9f108b62
Showing with 0 additions and 2 deletions
......@@ -20,4 +20,3 @@ main :: IO ()
main = do
input <- lines <$> readFile "data/syntax.txt"
print . sum . map score $ input
......@@ -27,4 +27,3 @@ main :: IO ()
main = do
input <- lines <$> readFile "data/syntax.txt"
putStr . show . middle . sort . mapMaybe score $ input
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment