4 lines
51 B
Haskell
4 lines
51 B
Haskell
module Main where
|
|
|
|
main = putStrLn "Hello, World!"
|
module Main where
|
|
|
|
main = putStrLn "Hello, World!"
|