lebd/app/main.hs

6 lines
83 B
Haskell

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