Skip to content

Commit

Permalink
fix ambiguous key in day 12 part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Dec 18, 2023
1 parent 21d44a4 commit 1b9d36e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/12.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ impl RecordSlice<'_> {
}

for fill_count in self.fill_counts {
key.push(' ');
key.push_str(&fill_count.to_string());
}

Expand Down

0 comments on commit 1b9d36e

Please sign in to comment.