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/example | |
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 '2021/12/example')
-rw-r--r-- | 2021/12/example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2021/12/example b/2021/12/example new file mode 100644 index 0000000..6fd8c41 --- /dev/null +++ b/2021/12/example @@ -0,0 +1,7 @@ +start-A +start-b +A-c +A-b +b-d +A-end +b-end |