eidolon/app/main.hs

5 lines
83 B
Haskell

import Prelude (IO)
import Application (appMain)
main :: IO ()
main = appMain