No description
Find a file
Matej Focko 754daa65e4
day(07): use ‹when› expression instead of body
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-12-07 18:24:17 +01:00
.idea chore: format and lint all files 2024-12-02 14:24:52 +01:00
gradle/wrapper chore: initial commit 2024-12-01 13:13:49 +01:00
inputs day(07): solve 2024-12-07 18:15:49 +01:00
src day(07): use ‹when› expression instead of body 2024-12-07 18:24:17 +01:00
.cz.toml ci(cz): allow docs as the type of change 2024-12-02 15:55:15 +01:00
.gitignore chore(git): correctly exclude challenge inputs 2024-12-01 13:39:25 +01:00
.pre-commit-config.yaml chore(pre-commit): autoupdate 2024-12-02 16:06:24 +01:00
build.gradle.kts chore: initial commit 2024-12-01 13:13:49 +01:00
gradlew chore: initial commit 2024-12-01 13:13:49 +01:00
gradlew.bat chore: initial commit 2024-12-01 13:13:49 +01:00
README.md chore: template cleanup 2024-12-01 13:14:07 +01:00
settings.gradle.kts chore: template cleanup 2024-12-01 13:14:07 +01:00

advent-of-code-2024

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