module Main where import Graphics.Win32.Misc import Foreign main = messageBox nullPtr "Hello World!" "Hello!" 0