Day -3 :thread: : A Handy Template. Let’s prepare...
# advent-of-code
j
Day -3 🧵 : A Handy Template. Let’s prepare for AoC with some warm up! How about sharing code templates we’re using this year?
🆒 1
I’ll start: jakubgwozdz/advent-of-code-2022: Advent Of Code 2022 solutions (github.com) - completely for JVM - I wanted to go Native this year, but the development was to painful, only one “main()” method working for me, whole build process so slow, compared to JVM. (And of course, please clone if you find it useful)
n
I am using an unit test approach because that allows to easily run the code for every day and to record the expected result: https://github.com/nkiesel/AdventOfCode_2022
j
I'll just use the official one which seems to be good enough (and even has been recently updated for 2022) 😇 https://github.com/kotlin-hands-on/advent-of-code-kotlin-template