summaryrefslogtreecommitdiffstats
path: root/day22/data.js
diff options
context:
space:
mode:
Diffstat (limited to 'day22/data.js')
-rw-r--r--day22/data.js57
1 files changed, 57 insertions, 0 deletions
diff --git a/day22/data.js b/day22/data.js
new file mode 100644
index 0000000..e85ae4e
--- /dev/null
+++ b/day22/data.js
@@ -0,0 +1,57 @@
+const data = `
+Player 1:
+47
+19
+22
+31
+24
+6
+10
+5
+1
+48
+46
+27
+8
+45
+16
+28
+33
+41
+42
+36
+50
+39
+30
+11
+17
+
+Player 2:
+4
+18
+21
+37
+34
+15
+35
+38
+20
+23
+9
+25
+32
+13
+26
+2
+12
+44
+14
+49
+3
+40
+7
+43
+29
+`
+
+module.exports = data