@ -0,0 +1,8 @@
{-# LANGUAGE NoImplicitPrelude #-}
import Prelude (IO)
import System.Exit (exitSuccess)
main :: IO ()
main = exitSuccess