2020-23 part 2 in haskell

This commit is contained in:
Julien Dessaux 2023-05-16 00:45:07 +02:00
parent 17ae56a271
commit fb5cbdb4d2
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 72 additions and 1 deletions

View file

@ -14,7 +14,6 @@ exampleExpectedOutput = 67384529
type Cup = Int
type Input = [Cup]
type History = [Input]
type Parser = Parsec Void String