module Main (main) where import Graphics.Vty main :: IO () main = do vty <- mkVty defaultConfig shutdown vty