Skip to content

hadronomy/advent-of-code

Repository files navigation

GitHub Header Image Content License Stars

My solutions to the Advent of Code challenges.

InstallationUsageLicense

Requirements

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

Usage

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

License

This project is licensed under the MIT License - see the LICENSE for details.

About

My solutions to the Advent of Code challenges.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages