No description
Find a file
2024-12-05 15:30:49 +09:00
.idea day02 2024-12-02 21:57:26 +09:00
gradle/wrapper Initial commit 2024-12-01 14:12:02 +09:00
src day05 2024-12-05 15:30:49 +09:00
.gitignore Initial commit 2024-12-01 14:12:02 +09:00
build.gradle.kts Initial commit 2024-12-01 14:12:02 +09:00
gradlew Initial commit 2024-12-01 14:12:02 +09:00
gradlew.bat Initial commit 2024-12-01 14:12:02 +09:00
README.md Template cleanup 2024-12-01 05:12:15 +00:00
settings.gradle.kts Template cleanup 2024-12-01 05:12:15 +00:00

aoc2024-kotlin

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

In this repository, paring-chan 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. ↩︎