summaryrefslogtreecommitdiffstats
path: root/day17/data.js
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-12-17 20:29:42 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-12-17 20:30:54 +0100
commit8fcddb1917ffcfbeb9b091536352e609f8e709f3 (patch)
tree7c595cbf9a5042598a4d3eee1d059436cc45bb37 /day17/data.js
parent6ae98fc6a09025e610b7bd3e64fc9c26ea304e50 (diff)
downloadadvent_of_code_2020-8fcddb1917ffcfbeb9b091536352e609f8e709f3.tar.gz
advent_of_code_2020-8fcddb1917ffcfbeb9b091536352e609f8e709f3.tar.bz2
advent_of_code_2020-8fcddb1917ffcfbeb9b091536352e609f8e709f3.zip
day17
Diffstat (limited to 'day17/data.js')
-rw-r--r--day17/data.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/day17/data.js b/day17/data.js
new file mode 100644
index 0000000..648380b
--- /dev/null
+++ b/day17/data.js
@@ -0,0 +1,12 @@
+const data = `
+#####...
+.#..##..
+##.##.##
+...####.
+#.#...##
+.##...#.
+.#.#.###
+#.#.#..#
+`
+
+module.exports = data