summaryrefslogtreecommitdiffstats
path: root/day17/data.js
diff options
context:
space:
mode:
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