Repo for advent of code solutions for each year.
  • Rust 98.6%
  • Shell 1.4%
Find a file
2022-12-11 19:47:46 +00:00
.idea refactor: move out of stupid rust folder 2022-12-03 11:58:07 +00:00
src feat(2022): day 9 part 1 2022-12-11 19:47:46 +00:00
.gitignore build: turn into a cargo project for all years 2020-12-01 23:39:53 +00:00
Cargo.lock feat: year 2022 day 1 2022-12-01 20:25:04 +00:00
Cargo.toml refactor: move out of stupid rust folder 2022-12-03 11:58:07 +00:00
README.md build: turn into a cargo project for all years 2020-12-01 23:39:53 +00:00
run.sh build: use release 2022-12-02 18:03:42 +00:00

Advent of Code

Repo for my advent of code solutions. https://adventofcode.com

Solutions are in Rust.