diff --git a/day04/solution01.rb b/day04/solution01.rb index ea7a646..19e6cd7 100755 --- a/day04/solution01.rb +++ b/day04/solution01.rb @@ -51,5 +51,4 @@ passports.each_value do |passport| end end -pp results - +pp results \ No newline at end of file