pilu/src/Main.hs

5 lines
67 B
Haskell
Raw Normal View History

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