Day2 solution here: <https://github.com/Nutriz/Adv...
# advent-of-code
j
Day2 solution here: https://github.com/Nutriz/AdventOfCode2020/blob/master/src/test/kotlin/Day2.kt This year I try to use the Unit Test approach, I never really used it. But it's a lot of code compared to yours solutions 馃檭. Solution code after all tests.
馃憣 1
p
Looks like a lot of work
j
Work is ok but a lot of code for sure, in the other side it's very pleasant when you refactor your solution method without breaking anything :)