summaryrefslogtreecommitdiffstats
path: root/day23/data.js
diff options
context:
space:
mode:
authorGravatar Piotr Russ <piotr.russ@betvictor.com> 2020-12-27 12:39:09 +0100
committerGravatar Piotr Russ <piotr.russ@betvictor.com> 2020-12-27 12:39:09 +0100
commitc90ead0fea6ea97b8183bba2982c4bee2786f5bb (patch)
tree21bdeede37f66212209707fb488edfc99096db0d /day23/data.js
parentf3273983a827b01a12f1ddf6215f8d69938821eb (diff)
downloadadvent_of_code_2020-main.tar.gz
advent_of_code_2020-main.tar.bz2
advent_of_code_2020-main.zip
day23main
Diffstat (limited to 'day23/data.js')
-rw-r--r--day23/data.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/day23/data.js b/day23/data.js
new file mode 100644
index 0000000..152cb7e
--- /dev/null
+++ b/day23/data.js
@@ -0,0 +1,3 @@
+const data = '123487596'
+
+module.exports = data