From 214a554dcf606e1918e4c0cca22fa31d993c089c Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 18 Dec 2020 13:17:29 +0100 Subject: Argh all test cases pass :O --- 2020/18/input | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 2020/18/input (limited to '2020/18/input') 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 -- cgit v1.2.3