[TASK] Solved Day 14

This commit is contained in:
2021-12-16 20:06:08 +01:00
parent 888f40d341
commit 07b36d66d5
5 changed files with 292 additions and 1 deletions

23
input/day/14-example.http Normal file
View File

@@ -0,0 +1,23 @@
POST http://localhost:5001/advent-of-code-2021-911a8/europe-west1/day-14
Content-Type: text/plain
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
###