adventofcode/2022/app/Main.hs
2022-12-01 21:14:46 +01:00

5 lines
67 B
Haskell

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