Skip to content

makohn/aoc

Repository files navigation

aoc

Fast and idiomatic Kotlin solutions for Advent of Code puzzles from 2021-2025.

Usage

Input files are expected in data/YYYY/DD.txt. For instance:

  • data/2021/3.txt
  • data/2024/21.txt

To run a specific day:

./gradlew run --args year2024.Day21

To test a specific year:

./gradlew test --tests year2024.Test2024

To run a specific benchmark:

./gradlew benchmark -Pinclude=".*2024.*day22.*"

About

Advent of Code solutions in Kotlin

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages