index
:
adyxax/advent-of-code
master
My solutions to https://adventofcode.com/
Julien Dessaux
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
2020
/
18-Operation_Order
/
example
blob: 29b7b33eb0d73da507fc5444b98ad22b67ed88f2 (
plain
)
1
2
1 + 2 * 3 + 4 * 5 + 6 1 + (2 * 3) + (4 * (5 + 6))