6 lines
73 B
Haskell
6 lines
73 B
Haskell
module Main where
|
|
|
|
main :: IO ()
|
|
main = do
|
|
putStrLn "Hello, Haskell!"
|
|
|