aboutsummaryrefslogtreecommitdiff
path: root/2020/23-Crab_Cups/first.hs
diff options
context:
space:
mode:
authorJulien Dessaux2023-05-16 00:45:07 +0200
committerJulien Dessaux2023-05-16 00:45:07 +0200
commitfb5cbdb4d202c5d5bfc176a195f5d4696340621a (patch)
tree8eb2255538d50bf65979a920b5f588c38087c882 /2020/23-Crab_Cups/first.hs
parent2020-23 part 1 in haskell (diff)
downloadadvent-of-code-fb5cbdb4d202c5d5bfc176a195f5d4696340621a.tar.gz
advent-of-code-fb5cbdb4d202c5d5bfc176a195f5d4696340621a.tar.bz2
advent-of-code-fb5cbdb4d202c5d5bfc176a195f5d4696340621a.zip
2020-23 part 2 in haskell
Diffstat (limited to '2020/23-Crab_Cups/first.hs')
-rw-r--r--2020/23-Crab_Cups/first.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/2020/23-Crab_Cups/first.hs b/2020/23-Crab_Cups/first.hs
index 1b3e900..a338e69 100644
--- a/2020/23-Crab_Cups/first.hs
+++ b/2020/23-Crab_Cups/first.hs
@@ -14,7 +14,6 @@ exampleExpectedOutput = 67384529
type Cup = Int
type Input = [Cup]
-type History = [Input]
type Parser = Parsec Void String