advent-of-code/2020/18-Operation_Order/example

3 lines
50 B
Text
Raw Normal View History

2023-04-08 17:00:50 +02:00
1 + 2 * 3 + 4 * 5 + 6
1 + (2 * 3) + (4 * (5 + 6))