module Main where import Prelude import C import Control.Monad.Eff.Console (log) main = log (x <> y)