Fix typo in day 21 part 2

master
Nick Krichevsky 2019-12-24 20:24:41 -05:00 committed by GitHub
parent 3c77bf54fc
commit 8de53248d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',