Removed needless directory
[advent-of-code-16.git] / adventofcode16 / data / advent23.txt
diff --git a/adventofcode16/data/advent23.txt b/adventofcode16/data/advent23.txt
deleted file mode 100644 (file)
index 93f25d2..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-cpy a b
-dec b
-cpy a d
-cpy 0 a
-cpy b c
-inc a
-dec c
-jnz c -2
-dec d
-jnz d -5
-dec b
-cpy b c
-cpy c d
-dec d
-inc c
-jnz d -2
-tgl c
-cpy -16 c
-jnz 1 c
-cpy 94 c
-jnz 99 d
-inc a
-inc d
-jnz d -2
-inc c
-jnz c -5
\ No newline at end of file