haskell-snake-1.0.0: driver/MainWrapper.hs
{-# LANGUAGE ForeignFunctionInterface #-}
module MainWrapper where
import Main (main)
foreign export ccall "haskell_main" main :: IO ()
{-# LANGUAGE ForeignFunctionInterface #-}
module MainWrapper where
import Main (main)
foreign export ccall "haskell_main" main :: IO ()