advent-of-code-2022/kotlin
2022-12-04 21:30:08 -07:00
..
gradle/wrapper Move kotlin code to kotlin directory 2022-12-04 20:40:21 -07:00
src Move kotlin code to kotlin directory 2022-12-04 20:40:21 -07:00
.gitignore Move kotlin code to kotlin directory 2022-12-04 20:40:21 -07:00
build.gradle.kts Convert downloadInput gradle task to python script 2022-12-04 21:30:08 -07:00
gradlew Move kotlin code to kotlin directory 2022-12-04 20:40:21 -07:00
gradlew.bat Move kotlin code to kotlin directory 2022-12-04 20:40:21 -07:00
README.md Move kotlin code to kotlin directory 2022-12-04 20:40:21 -07:00
settings.gradle.kts Move kotlin code to kotlin directory 2022-12-04 20:40:21 -07:00

advent-of-code-2022

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

In this repository, wbrawner 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-five days. You can solve the puzzle and provide an answer using the language of your choice. ↩︎