diff --git a/lib/puzzles/day02.rb b/lib/puzzles/day02.rb index e285f20..03201b7 100644 --- a/lib/puzzles/day02.rb +++ b/lib/puzzles/day02.rb @@ -150,7 +150,6 @@ def parse_set(set) ## # Class for solving Day 02 - Part 2 puzzle class Part2 < Part1 - ## # Find the sum of the powers for the minimum valid sets. #