aoc solutions
Find a file
2025-11-30 19:29:10 +01:00
aocd@1bc301afa5 I failed to implement answer submission for aocd 2025-11-30 15:59:32 +01:00
common-kotlin color my pencils 2025-11-30 19:29:10 +01:00
common-rust init 2025-11-30 14:21:56 +01:00
gradle init 2025-11-30 14:21:56 +01:00
y2024-kotlin make input {} optional if string input is desired 2025-11-30 18:56:09 +01:00
y2024-rust init 2025-11-30 14:21:56 +01:00
.gitignore init 2025-11-30 14:21:56 +01:00
.gitmodules init 2025-11-30 14:21:56 +01:00
build.gradle.kts init 2025-11-30 14:21:56 +01:00
Cargo.lock day4 2025-11-30 16:33:56 +01:00
Cargo.toml not sure sumthing with aocd 2025-11-30 14:30:32 +01:00
gradle.properties color my pencils 2025-11-30 19:29:10 +01:00
gradlew init 2025-11-30 14:21:56 +01:00
gradlew.bat init 2025-11-30 14:21:56 +01:00
LICENSE README and LICENSE 2025-11-30 16:39:11 +01:00
README.md README and LICENSE 2025-11-30 16:39:11 +01:00
settings.gradle.kts init 2025-11-30 14:21:56 +01:00

aoc - Advent of Code

AdventOfCode is a yearly programming event in december. This repo is my workspace tailored to solving Aoc problems in Kotlin and Rust.

This repo is split into multiple modules. Directories with the -kotlin-suffix are kotlin modules that are managed by gradle. Directories with the -rust-suffix are rust modules that are managed by Cargo. aocd is a submodule for my AdventOfCode helper, aocd.

License

GPL v3. See LICENSE