Advent of code solutions for 2024
To look around and test algorithms you just need rust.
If you want to solve Advent of Code problems, you wil need to get a Advent of Code session token and put it into a file $HOME/.adventofcode
.
cargo build
Use the cargo xtask
command to easily use this repository.
Tasks to use and maintain this project
Usage: xtask <COMMAND>
Commands:
clippy Runs clippy on all projects
create Creates the scaffolding for the days packages
day Run the solution for the day
tree Print out a lovely christmas tree
test Test a particular day
test-all Test all days
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help