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.

12.txt 176B

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