module Main where import DayOne main :: IO () main = putStrLn "Hello, Haskell!"