pituicat/src/Main.hs
2020-08-30 17:36:32 +02:00

5 lines
67 B
Haskell

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