These are my solutions to the Advent of Code 2025 challenges, entirely in Kotlin Native.
All puzzle solutions can be found in the solutions package. Inputs are located in the inputs directory, only examples are included per AOC guidelines.
- Run
./gradlew :aoc:solver:buildto the build the solver cli. - Run the
aocprogram using-d <day> -i <path to input>- Linux:
aoc.kexeis located inaoc/solver/build/bin/linuxX64/aocReleaseExecutable - Windows:
aoc.exeis located inaoc/solver/build/bin/mingwX64/aocReleaseExecutable
- Linux: