From 051be932a389b8bc3ea5d4626575454844639066 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 27 Nov 2017 17:11:18 -0500 Subject: Move to 2016 directory --- 2016/input/day12.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 2016/input/day12.txt (limited to '2016/input/day12.txt') diff --git a/2016/input/day12.txt b/2016/input/day12.txt new file mode 100644 index 0000000..b74bbbc --- /dev/null +++ b/2016/input/day12.txt @@ -0,0 +1,23 @@ +cpy 1 a +cpy 1 b +cpy 26 d +jnz c 2 +jnz 1 5 +cpy 7 c +inc d +dec c +jnz c -2 +cpy a c +inc a +dec b +jnz b -2 +cpy c b +dec d +jnz d -6 +cpy 16 c +cpy 12 d +inc a +dec d +jnz d -2 +dec c +jnz c -5 -- cgit 1.4.1