- rust - Installation
- mise - Installation
mise
Is used to manage the project dependencies and environment.
To ensure that you have the needed tools installed, run the following command:
mise trust
mise install
To run the solution for a specific day, use the following command:
just run <year> <day_number> <part> # e.g. mise run 2024 1 1
To run the tests for a specific day, use the following command:
just test <year> <day_number> # e.g. mise test 2024 1
To run the benchmark for a specific day, use the following command:
just bench <year> <day_number> # e.g. just bench 2024 1
To see the available commands, use the following command:
just
This project is licensed under the MIT License - see the LICENSE for details.