aboutsummaryrefslogtreecommitdiff
path: root/2020/23-Crab_Cups/first.hs
diff options
context:
space:
mode:
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