Skip to content

Commit

Permalink
Fix day 9 puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
ariejan committed Dec 11, 2024
1 parent b1257b1 commit 4e70bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/solutions/day_09.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ class Day09
attr_accessor :input, :disk, :checksum

def part_one(input)
return 0
# Parse input
parse_input(input)

# Defrag
defrag!
@disk.compact!

checksum!
@checksum
Expand Down

0 comments on commit 4e70bc4

Please sign in to comment.