My solutions for Day 21: <https://github.com/Rtcha...
# advent-of-code
r
My solutions for Day 21: https://github.com/Rtchaik/AoC2018/blob/master/src/advent2018/day21/solution21.kt https://github.com/Rtchaik/AoC2018/blob/master/src/advent2018/day21/solution21manual.kt First I did Day 21 manually and later I've understood that it could be made programmatically with minor modification of Day 19 ☹️
Although manual solutions are much faster 🙂
k
I starting manually decompiling as well, but just letting the code run for a couple minutes is way easier simple smile .