rename repo, subdir for yearly challenges
This commit is contained in:
6
2020/day18/TEST.txt
Normal file
6
2020/day18/TEST.txt
Normal file
@@ -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
|
Reference in New Issue
Block a user