No description
Find a file
2023-12-08 22:42:41 -07:00
gradle/wrapper Initial commit 2023-12-01 08:39:27 -07:00
src Add solution for day 8 2023-12-08 22:42:41 -07:00
.gitignore Initial commit 2023-12-01 08:39:27 -07:00
build.gradle.kts Bump Kotlin version to 1.9.21 2023-12-03 22:44:11 -07:00
gradlew Initial commit 2023-12-01 08:39:27 -07:00
gradlew.bat Initial commit 2023-12-01 08:39:27 -07:00
README.md Template cleanup 2023-12-01 15:39:41 +00:00
settings.gradle.kts Template cleanup 2023-12-01 15:39:41 +00:00

aoc-2023

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. ↩︎