1
0
Fork 0
No description
Find a file
Matej Focko d93cc98f22
day(22): add solution to part 2
Signed-off-by: Matej Focko <mfocko@redhat.com>
2021-12-22 16:45:45 +01:00
gradle/wrapper Initial commit 2021-12-04 00:15:03 +01:00
src day(22): add solution to part 2 2021-12-22 16:45:45 +01:00
.gitignore chore: ignore input files 2021-12-21 20:26:53 +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. ↩︎