4 lines
49 B
Haskell
4 lines
49 B
Haskell
module Main where
|
|
|
|
main = putStrLn "Hello World"
|
module Main where
|
|
|
|
main = putStrLn "Hello World"
|