aoc-2021/day_5/app/Main.hs
2021-12-05 16:52:20 +01:00

4 lines
67 B
Haskell

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