|
4 months ago | |
---|---|---|
gradle/wrapper | 6 months ago | |
src | 4 months ago | |
.gitignore | 6 months ago | |
LICENCE | 6 months ago | |
README.md | 6 months ago | |
build.gradle.kts | 6 months ago | |
gradlew | 6 months ago | |
gradlew.bat | 6 months ago | |
settings.gradle.kts | 6 months ago |
README.md
Advent-of-Code-2021
Welcome to the Advent of Code1 Kotlin project created by René Schaar using the Advent of Code Kotlin Template delivered by JetBrains.
In this repository, I am about to provide solutions for the puzzles using Kotlin language. This project is also my very first project using Kotlin language, therefore it is interesting to see my learning process from day to day.
The .gitignore
file excludes all input files ( *.txt
) as the creator of advent of code requested in this tweet
If you're stuck with Kotlin-specific questions or anything related to this template, check out the following resources:
- Kotlin docs
- Kotlin Slack
- Template issue tracker
-
Advent of Code – An annual event of Christmas-oriented programming challenges started December 2015. Every year since then, beginning on the first day of December, a programming puzzle is published every day for twenty-five days. You can solve the puzzle and provide an answer using the language of your choice. ↩︎