module Main where
import Brick.Main
import Brick.Render
main :: IO ()
main = simpleMain [txt "Hello, world!"]