Advent of Code 2023 solutions in Rust
  • Rust 98.4%
  • Shell 1.6%
Find a file
2023-12-19 08:44:17 +01:00
solutions Add day 19 skeleton 2023-12-19 08:44:17 +01:00
templates Add new-day script, template and README 2023-12-05 07:54:10 +01:00
.gitignore Add day 1 2023-12-04 12:31:06 +01:00
new-day.bash Use 'cargo add' instead of manually patching the toml file 2023-12-08 07:01:27 +01:00
README.md Add new-day script, template and README 2023-12-05 07:54:10 +01:00

Rust-AoC

My solutions for Advent of Code 2023, learning Rust