advent-of-code-kotlin-template
advent-of-code-kotlin-template copied to clipboard
The Advent of Code template project for Kotlin
I always forget to copy the solutions file to the next day before writing my solution. If the template would be Day25.kt, I'd be remebered every day, since filling in...
The template internally adds `.txt` extension to the input file names. This leads to confusion for me as a linux user because I used to use input files without any...
FILE: README.md CONTEXT: "...a programming puzzles contest is published every day for twenty-four days." SUGGESTED CHANGE: Advent of Code is 25 days long, may want to replace twenty-four with twenty-five....
The README seems to imply that there should be a green play button next to it. When using Fleet, that does not seem to exist. Is that something that should...
Hi, I have downloaded your template and I am struggling about how to run the Day01.kt file from command line. Gradle build -> gradle run does not work since there...
I'm a little bit lazy and I don't want to copy paste + edit the code of the previous day myself so I wrote this simple gradle task 😅 Thought...