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