sTodo/app/main.hs
2025-06-07 16:04:51 +01:00

5 lines
83 B
Haskell

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