Hello World
This commit is contained in:
commit
c5dbfdf903
11 changed files with 471 additions and 0 deletions
9
app/Main.hs
Normal file
9
app/Main.hs
Normal file
|
@ -0,0 +1,9 @@
|
|||
module Main (main) where
|
||||
|
||||
import Brick
|
||||
|
||||
ui :: Widget ()
|
||||
ui = str "Hello, world!"
|
||||
|
||||
main :: IO ()
|
||||
main = simpleMain ui
|
Loading…
Add table
Add a link
Reference in a new issue