mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 10:21:51 +00:00
6 lines
96 B
Haskell
6 lines
96 B
Haskell
import Application (appMain)
|
|
import Startlude
|
|
|
|
main :: IO ()
|
|
main = appMain
|