module Main where import Control.Monad.Eff import Debug.Trace main = trace "Hello, World!"
Run Program