From c90ead0fea6ea97b8183bba2982c4bee2786f5bb Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Sun, 27 Dec 2020 12:39:09 +0100 Subject: day23 --- day23/data.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 day23/data.js (limited to 'day23/data.js') 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 -- cgit v1.2.3