Files
advent-of-code/day18/TEST.txt

3 lines
50 B
Plaintext

1 + 2 * 3 + 4 * 5 + 6
1 + (2 * 3) + (4 * (5 + 6))