Tweaked solution 9 a bit, to check all approaches are finding the same set of items
[summerofcode2018soln.git] / src / Main.hs
1 module Main where
2
3 main :: IO ()
4 main = do
5 putStrLn "hello world"