]> fbox.kageds.com Git - adventofcode.git/blob - day5/day5.hs
alan rewite day1 haskell
[adventofcode.git] / day5 / day5.hs
1 import System.IO
2 main = do
3 contents <- readFile "input.txt"
4 putStrLn $ "The file has " ++ show (length (lines contents)) ++ " lines!"