4 lines
71 B
Haskell
4 lines
71 B
Haskell
module Main (main) where
|
|
|
|
main :: IO ()
|
|
main = putStrLn "Hello, world"
|