dmfix/app/main.hs
2021-09-21 16:22:34 -04:00

6 lines
83 B
Haskell

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