aoc solutions
| aocd@1bc301afa5 | ||
| common-kotlin | ||
| common-rust | ||
| gradle | ||
| y2024-kotlin | ||
| y2024-rust | ||
| .gitignore | ||
| .gitmodules | ||
| build.gradle.kts | ||
| Cargo.lock | ||
| Cargo.toml | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| README.md | ||
| settings.gradle.kts | ||
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