6 lines
83 B
Haskell
6 lines
83 B
Haskell
import Prelude (IO)
|
|
import Application (appMain)
|
|
|
|
main :: IO ()
|
|
main = appMain
|