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 =
defaultMain . localOption (Always :: UseColor) $
testGroup
defaultMain
. localOption (Always :: UseColor)
$ testGroup
"tests"
[ puzzleTest puzzle1
]