aboutsummaryrefslogtreecommitdiff
path: root/2021/13/example
diff options
context:
space:
mode:
authorJulien Dessaux2021-12-14 00:28:54 +0100
committerJulien Dessaux2021-12-14 00:28:54 +0100
commit457c0bc2afee3b6e2659f829663d36b90dc31074 (patch)
tree85dde797527ef9163afff291e7e0dc6fd8d756b9 /2021/13/example
parentAdded solutions for 12th day: caves pathing (diff)
downloadadvent-of-code-457c0bc2afee3b6e2659f829663d36b90dc31074.tar.gz
advent-of-code-457c0bc2afee3b6e2659f829663d36b90dc31074.tar.bz2
advent-of-code-457c0bc2afee3b6e2659f829663d36b90dc31074.zip
Added solutions for 13th day: Transparent Origami
Diffstat (limited to '2021/13/example')
-rw-r--r--2021/13/example21
1 files changed, 21 insertions, 0 deletions
diff --git a/2021/13/example b/2021/13/example
new file mode 100644
index 0000000..282114c
--- /dev/null
+++ b/2021/13/example
@@ -0,0 +1,21 @@
+6,10
+0,14
+9,10
+0,3
+10,4
+4,11
+6,0
+6,12
+4,1
+0,13
+10,12
+3,4
+3,0
+8,4
+1,10
+2,14
+8,10
+9,0
+
+fold along y=7
+fold along x=5