Hello world

  1. module Main where
  2. import Prelude
  3. main :: IO ()
  4. main = println "Hello, world!"