mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2024-11-17 10:30:29 +01:00
431 B
431 B
8
Keep getting better! Today we write a little state machine, love it.
So firstly we remember what oc
(Operation Counter) we have already visited and if so we simply stop and return the accumulator.
For I basically run the code many times, inverting nop
to jmp
and vice versa until i found a working instruction set.
Solutions
- 1087
- 780