This commit is contained in:
George Thomas 2025-12-02 09:38:31 +00:00
parent 90c5e2f0b2
commit 0d9976bfb4

View File

@ -18,8 +18,9 @@ import Text.Megaparsec.Char.Lexer qualified as Lex
main :: IO () main :: IO ()
main = main =
defaultMain . localOption (Always :: UseColor) $ defaultMain
testGroup . localOption (Always :: UseColor)
$ testGroup
"tests" "tests"
[ puzzleTest puzzle1 [ puzzleTest puzzle1
] ]