And here's mine. <https://github.com/edgars-supe/a...
# advent-of-code
e
And here's mine. https://github.com/edgars-supe/advent-of-code/blob/master/src/main/kotlin/lv/esupe/aoc/year2019/Day12.kt Interesting how adding
inline
to
Moon#gravitateAxis()
reduced runtime by 80ms. P1: 0.8ms, P2: 160ms
👍 1