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