π My solutions for Advent of Code (https://adventofcode.com)
Note
This is the rust branch of solutions. If you want to explore other languages click here.
Fri | Sat | Sun | Mon | Tue | Wed | Thu |
---|---|---|---|---|---|---|
01 ** |
02 ** |
03 ** |
04 ** |
05 ** |
06 ** |
07 ** |
08 ** |
09 ** |
10 * |
11 ** |
12 | 13 ** |
14 |
15 | 16 ** |
17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 |
These solutions require rust-stable (v1.74.0
) and cargo-aoc (v0.3.0
). You may have to setup your credentials to use the cargo-aoc input
command.
git clone https://https://github.com/TimTechDev/Advent-of-Code.git
cd Advent-of-Code
Navigate to one of the years
cd ./year2023/
Download the input
cargo-aoc input --year 2023 --all
Run the solutions
# Run all the solutions for this year
cargo run
# Run the solution of the most recent day
cargo-aoc
# Run all the tests for this year
cargo test
- official Advent of Code about page
- Awesome Advent of Code
- My old 2022 repo
- My old 2021 repo
- You may also check out other solutions
Licensed under Mozilla Public License, Version 2.0 (read it here: local or web)