6 lines
84 B
Haskell
6 lines
84 B
Haskell
module Main (main) where
|
|
|
|
main :: IO ()
|
|
main = do
|
|
putStrLn "Hello from Haskell"
|