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