Done day 2
[advent-of-code-17.git] / adventofcode1702 / src / Main.hs
1 module Main where
2
3 main :: IO ()
4 main = do
5 putStrLn "hello world"