Skip to content

cylab/advent-of-code-2021

Repository files navigation

Advent of Code 2021

Browse to src/test/kotlin/aoc2021 for the challenges by day.

To run the code of a day, execute

./gradlew test --tests aoc2021.day<N>.Day<N>

where <N> is the number of the day you want to run.

Advent of Code 2024

Browse to src/test/kotlin/aoc2024 for the challenges by day.

To run the code of a day, execute

./gradlew test --tests aoc2024.day<N>.Day<N>

where <N> is the number of the day you want to run.

About

Advent of Code 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages