Skip to content

Commit c6a7e54

Browse files
authored
Remove debugging print
1 parent c3e3351 commit c6a7e54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

day2a.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ parseMove s
4444
main :: IO ()
4545
main = do
4646
input <- readFile "day2.input"
47-
putStrLn . show . roundScore . parseLine . head $ lines input
4847
putStrLn . show $ tournamentScore input
4948

5049

0 commit comments

Comments
 (0)