#!/usr/bin/runghc import HelloModule main :: IO () main = putStrLn (helloThing "World!")