added brick scaffolding

This commit is contained in:
2024-07-17 20:53:23 -04:00
parent 8f6acc6b6b
commit 6f106c2660
5 changed files with 112 additions and 1 deletions

View File

@@ -21,7 +21,12 @@ License along with this program. If not, see
module Main (main) where
import Brick.Main (defaultMain)
import Control.Monad (void)
import Hamming.App
main :: IO ()
main = return ()
main = void $ defaultMain mainApp initialState
--jl