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.

25.txt 232B

123456789101112131415161718192021222324252627282930
  1. cpy a d
  2. cpy 7 c
  3. cpy 365 b
  4. inc d
  5. dec b
  6. jnz b -2
  7. dec c
  8. jnz c -5
  9. cpy d a
  10. jnz 0 0
  11. cpy a b
  12. cpy 0 a
  13. cpy 2 c
  14. jnz b 2
  15. jnz 1 6
  16. dec b
  17. dec c
  18. jnz c -4
  19. inc a
  20. jnz 1 -7
  21. cpy 2 b
  22. jnz c 2
  23. jnz 1 4
  24. dec b
  25. dec c
  26. jnz 1 -4
  27. jnz 0 0
  28. out b
  29. jnz a -19
  30. jnz 1 -21