Compare commits
1 Commits
37fdc75db4
...
3862d932b7
| Author | SHA1 | Date | |
|---|---|---|---|
| 3862d932b7 |
@ -315,6 +315,7 @@ fn generator_part2(input: &str) -> Input {
|
|||||||
|
|
||||||
#[aoc(day19, part2)]
|
#[aoc(day19, part2)]
|
||||||
fn solution2(input: &Input) -> usize {
|
fn solution2(input: &Input) -> usize {
|
||||||
|
dbg!(&input.rules);
|
||||||
input
|
input
|
||||||
.messages
|
.messages
|
||||||
.iter()
|
.iter()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user