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