summary refs log tree commit diff homepage
path: root/input/day25.txt
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-11-27 17:11:18 -0500
committerJune McEnroe <june@causal.agency>2020-11-22 00:14:25 -0500
commit051be932a389b8bc3ea5d4626575454844639066 (patch)
tree9383502b3205624f7aee8faa014228036b5450f9 /input/day25.txt
parentLicense ISC (diff)
downloadaoc-051be932a389b8bc3ea5d4626575454844639066.tar.gz
aoc-051be932a389b8bc3ea5d4626575454844639066.zip
Move to 2016 directory
Diffstat (limited to 'input/day25.txt')
-rw-r--r--input/day25.txt30
1 files changed, 0 insertions, 30 deletions
diff --git a/input/day25.txt b/input/day25.txt
deleted file mode 100644
index 17779fc..0000000
--- a/input/day25.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-cpy a d
-cpy 15 c
-cpy 170 b
-inc d
-dec b
-jnz b -2
-dec c
-jnz c -5
-cpy d a
-jnz 0 0
-cpy a b
-cpy 0 a
-cpy 2 c
-jnz b 2
-jnz 1 6
-dec b
-dec c
-jnz c -4
-inc a
-jnz 1 -7
-cpy 2 b
-jnz c 2
-jnz 1 4
-dec b
-dec c
-jnz 1 -4
-jnz 0 0
-out b
-jnz a -19
-jnz 1 -21
\ No newline at end of file