diff options
author | Julien Dessaux | 2021-12-12 17:34:37 +0100 |
---|---|---|
committer | Julien Dessaux | 2021-12-12 17:34:37 +0100 |
commit | 86a723beebcd2710d648c355d52bd96a5344f041 (patch) | |
tree | d8ee2e50f18b6e1a584b5b381c9e40afccece21a /2021/12/input | |
parent | Added solutions for 11th day: octopus flashes (diff) | |
download | advent-of-code-86a723beebcd2710d648c355d52bd96a5344f041.tar.gz advent-of-code-86a723beebcd2710d648c355d52bd96a5344f041.tar.bz2 advent-of-code-86a723beebcd2710d648c355d52bd96a5344f041.zip |
Added solutions for 12th day: caves pathing
Diffstat (limited to '')
-rw-r--r-- | 2021/12/input | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/2021/12/input b/2021/12/input new file mode 100644 index 0000000..a409ba5 --- /dev/null +++ b/2021/12/input @@ -0,0 +1,21 @@ +TR-start +xx-JT +xx-TR +hc-dd +ab-JT +hc-end +dd-JT +ab-dd +TR-ab +vh-xx +hc-JT +TR-vh +xx-start +hc-ME +vh-dd +JT-bm +end-ab +dd-xx +end-TR +hc-TR +start-vh |