Now using M.intersectionWith, so no need for Data.Set
[advent-of-code-19.git] / src / Main.hs
1 module Main where
2
3 main :: IO ()
4 main = do
5 putStrLn "hello world"