aboutsummaryrefslogtreecommitdiff
path: root/2020/18/input
diff options
context:
space:
mode:
authorMarvin Borner2020-12-18 13:17:29 +0100
committerMarvin Borner2020-12-18 13:17:29 +0100
commit214a554dcf606e1918e4c0cca22fa31d993c089c (patch)
tree371a625dc62cce461fc70b88d241f1cdd43f4df6 /2020/18/input
parentccc76359ae484261758e7bf429b65ef31d646919 (diff)
Argh all test cases pass :O
Diffstat (limited to '2020/18/input')
-rw-r--r--2020/18/input6
1 files changed, 6 insertions, 0 deletions
diff --git a/2020/18/input b/2020/18/input
new file mode 100644
index 0000000..6e33178
--- /dev/null
+++ b/2020/18/input
@@ -0,0 +1,6 @@
+1 + 2 * 3 + 4 * 5 + 6
+1 + (2 * 3) + (4 * (5 + 6))
+2 * 3 + (4 * 5)
+5 + (8 * 3 + 9 + 3 * 4 * 3)
+5 * 9 * (7 * 3 * 3 + 9 * 3 + (8 + 6 * 4))
+((2 + 4 * 9) * (6 + 9 * 8 + 6) + 6) + 2 + 4 * 2