haskell-workshop/solutions/block4/helloWorld.hs

5 lines
61 B
Haskell

import System.IO
main :: IO()
main = putStrLn "Hello World"