1
0
Fork 0
adventofcode/src/Day24.hs

6 lines
103 B
Haskell
Raw Normal View History

2018-11-26 02:32:15 +00:00
module Day24 (main) where
main :: IO ()
main = do
input <- readFile "input/24.txt"
print input