No description
Find a file
2024-08-20 20:46:25 +02:00
.cargo update name of private registry 2024-08-20 20:46:25 +02:00
src remove dependencies 2024-08-08 18:18:24 +02:00
.gitignore release v0.1.0 2024-08-08 19:47:10 +02:00
Cargo.toml release v0.1.0 2024-08-08 19:47:10 +02:00
CHANGELOG.md release v0.1.0 2024-08-08 19:47:10 +02:00
README.md release v0.1.0 2024-08-08 19:47:10 +02:00
UNLICENSE add unlicense 2024-08-08 18:18:24 +02:00

aoc-utils

Miscellaneous utilities for solving Advent of Code puzzles.

Currently it mostly reduces boilerplate in the main and test files.

For usage examples, see https://github.com/senekor/aoc.