Advent of Code 2016 solutions https://adventofcode.com/2016/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23.txt 194B

1234567891011121314151617181920212223242526
  1. cpy a b
  2. dec b
  3. cpy a d
  4. cpy 0 a
  5. cpy b c
  6. inc a
  7. dec c
  8. jnz c -2
  9. dec d
  10. jnz d -5
  11. dec b
  12. cpy b c
  13. cpy c d
  14. dec d
  15. inc c
  16. jnz d -2
  17. tgl c
  18. cpy -16 c
  19. jnz 1 c
  20. cpy 73 c
  21. jnz 91 d
  22. inc a
  23. inc d
  24. jnz d -2
  25. inc c
  26. jnz c -5