module Main where import Prelude import Control.Monad.Eff.Console (log) foo :: String foo = """foo""" main = log "Done"