solidabis-koodihaaste/src/Main.hs
2019-10-15 19:47:54 +03:00

5 lines
67 B
Haskell

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