Skip to content

makohn/aoc

Repository files navigation

aoc

Kotlin solutions for Advent of Code puzzles.

Usage

Place your input files in input/yearYYYY/DayDD.txt. For example:

  • input/year2021/Day03.txt
  • input/year2024/Day21.txt

Run a specific day:

./gradlew run --args year2024.Day21

Test a specific day:

./gradlew test --tests year2024.Day21Test

Test a specific year:

./gradlew test --tests year2024*

About

Advent of Code solutions in Kotlin

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages