5 lines
74 B
Haskell
5 lines
74 B
Haskell
module Main (main) where
|
|
|
|
main :: IO ()
|
|
main = putStrLn "Hello, Haskell!"
|