summaryrefslogtreecommitdiffstats
path: root/day14/example.txt
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <tom@vanderlee.io>2021-12-15 01:40:56 +0100
committerGravatar Tom van der Lee <tom@vanderlee.io>2021-12-15 10:33:53 +0100
commit10cca13d8d722bfbae749c285c380233079f65a2 (patch)
treef31fe62477e25b84427af648d45e9dce5d07d0f5 /day14/example.txt
parent5b4e79cc749bd2d6451dc0b1fb03f5b500eb8873 (diff)
download2021-10cca13d8d722bfbae749c285c380233079f65a2.tar.gz
2021-10cca13d8d722bfbae749c285c380233079f65a2.tar.bz2
2021-10cca13d8d722bfbae749c285c380233079f65a2.zip
Day 14
Diffstat (limited to 'day14/example.txt')
-rw-r--r--day14/example.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/day14/example.txt b/day14/example.txt
new file mode 100644
index 0000000..b5594dd
--- /dev/null
+++ b/day14/example.txt
@@ -0,0 +1,18 @@
1NNCB
2
3CH -> B
4HH -> N
5CB -> H
6NH -> C
7HB -> C
8HC -> B
9HN -> C
10NN -> C
11BH -> H
12NC -> B
13NB -> B
14BN -> B
15BB -> N
16BC -> B
17CC -> N
18CN -> C