Tackled problem 1625
[cses-programming-tasks.git] / app / Main.hs
1 module Main where
2
3 main :: IO ()
4 main = putStrLn "Hello, Haskell!"