Does anyone have a good boilerplate setup for solv...
# getting-started
s
Does anyone have a good boilerplate setup for solving Advent of Code problems with Kotlin?
t
Also, a few of us are hanging out in #advent-of-code
s
That is fantastic! Thank you. The boilerplate is always the part that gets me
👍🏻 1
s
Today I just used the kotlin scratch file feature and added the input directly into a list with the help of the multi cursor feature 😬 but when the input gets more complicated that might not work anymore
s
I don't even know how to do that
s
@Steve feel free to reach out if you have any trouble getting up and running! My template has a little more structure than most but nothing too crazy.