From fb5cbdb4d202c5d5bfc176a195f5d4696340621a Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 16 May 2023 00:45:07 +0200 Subject: 2020-23 part 2 in haskell --- 2020/23-Crab_Cups/first.hs | 1 - 1 file changed, 1 deletion(-) (limited to '2020/23-Crab_Cups/first.hs') 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 -- cgit v1.2.3