1
0
Fork 0
No description
Find a file
Matej Focko 675e55eed2
day(25): add solution
Signed-off-by: Matej Focko <mfocko@redhat.com>
2021-12-25 11:40:39 +01:00
gradle/wrapper Initial commit 2021-12-04 00:15:03 +01:00
src day(25): add solution 2021-12-25 11:40:39 +01:00
.gitignore chore: update gitignore for input files 2021-12-23 23:40:16 +01:00
build.gradle.kts day(16): add solution 2021-12-16 10:37:53 +01:00
gradlew Initial commit 2021-12-04 00:15:03 +01:00
gradlew.bat Initial commit 2021-12-04 00:15:03 +01:00
README.md Template cleanup 2021-12-03 23:15:17 +00:00
settings.gradle.kts Template cleanup 2021-12-03 23:15:17 +00:00

advent-of-code-2021

Welcome to the Advent of Code1 Kotlin project created by mfocko using the Advent of Code Kotlin Template delivered by JetBrains.

In this repository, mfocko is about to provide solutions for the puzzles using Kotlin language.

If you're stuck with Kotlin-specific questions or anything related to this template, check out the following resources:


  1. 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-four days. You can solve the puzzle and provide an answer using the language of your choice. ↩︎