Advent of Code 2022 in Rust
Go to file
apio 99e3a47d63 Update LICENSE
Forgot that the default license provided by Gitea is a template and needs to be filled out *facepalm*
2022-12-03 15:35:15 +01:00
src Solve Part 2 2022-12-03 11:48:08 +01:00
.gitignore Initial commit 2022-12-01 17:23:59 +00:00
Cargo.toml Added cargo stuff 2022-12-01 18:25:09 +01:00
LICENSE Update LICENSE 2022-12-03 15:35:15 +01:00
README.md Add explanation to readme 2022-12-01 18:26:08 +01:00

aoc-2022

Advent of Code 2022 in Rust

There will be a branch for every day (day-1, day-2, and so on...)