Fix typo in day 21 part 2
parent
3c77bf54fc
commit
8de53248d0
|
@ -225,7 +225,7 @@ def part2(memory: Memory) -> int:
|
||||||
'AND D J',
|
'AND D J',
|
||||||
|
|
||||||
# Check to make sure that the space after our jump is filled, and two jumps away.
|
# Check to make sure that the space after our jump is filled, and two jumps away.
|
||||||
# J(~J + E + H) distributes TO (E + H)
|
# J(~J + E + H) distributes to J(E + H)
|
||||||
'NOT J T',
|
'NOT J T',
|
||||||
'OR E T',
|
'OR E T',
|
||||||
'OR H T',
|
'OR H T',
|
||||||
|
|
Loading…
Reference in New Issue