aboutsummaryrefslogtreecommitdiffstats
path: root/day14/test.txt
diff options
context:
space:
mode:
Diffstat (limited to 'day14/test.txt')
-rw-r--r--day14/test.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/day14/test.txt b/day14/test.txt
new file mode 100644
index 0000000..b5594dd
--- /dev/null
+++ b/day14/test.txt
@@ -0,0 +1,18 @@
+NNCB
+
+CH -> B
+HH -> N
+CB -> H
+NH -> C
+HB -> C
+HC -> B
+HN -> C
+NN -> C
+BH -> H
+NC -> B
+NB -> B
+BN -> B
+BB -> N
+BC -> B
+CC -> N
+CN -> C