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