https://kotlinlang.org logo
Title
s

Steve

12/01/2019, 11:53 PM
Does anyone have a good boilerplate setup for solving Advent of Code problems with Kotlin?
t

todd.ginsberg

12/02/2019, 12:12 AM
Also, a few of us are hanging out in #advent-of-code
s

Steve

12/02/2019, 12:24 AM
That is fantastic! Thank you. The boilerplate is always the part that gets me
👍🏻 1
s

Simon Schubert

12/02/2019, 12:33 AM
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

Steve

12/02/2019, 12:36 AM
I don't even know how to do that
s

stkent

12/02/2019, 12:39 AM
@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.