7 lines
74 B
Haskell
7 lines
74 B
Haskell
module Main where
|
|
|
|
import Kino.UI
|
|
|
|
main :: IO ()
|
|
main = runApp >> pure ()
|