aboutsummaryrefslogtreecommitdiff
path: root/2020/18/input
diff options
context:
space:
mode:
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