Initial commit
[advent-of-code-22.git] / app / Main.hs
1 module Main where
2
3 main :: IO ()
4 main = putStrLn "Hello, Haskell!"