No description
Find a file
2024-12-21 11:36:55 -08:00
inputs Solved Day 01. 2024-12-21 11:36:16 -08:00
src Solved Day 01. 2024-12-21 11:36:16 -08:00
.envrc ... 2024-12-21 11:09:23 -08:00
.gitignore Solved Day 01. 2024-12-21 11:36:16 -08:00
Cargo.toml ... 2024-12-21 11:09:23 -08:00
default.nix ... 2024-12-21 11:09:23 -08:00
flake.nix ... 2024-12-21 11:09:23 -08:00
LICENSE Setting up... 2024-12-21 10:58:50 -08:00
README.md Setting up... 2024-12-21 10:58:50 -08:00

Advent of Code - 2024

These is a repo for my solutions to the Advent of Code 2024 puzzles. I will be using Rust for all of my solutions.

Running the solutions

To run the solutions, you will need to have Rust installed. You can install Rust by following the instructions here.

Once you have Rust installed, you can run the solutions by running the following command:

cargo test

This will run all of the tests for the solutions. You can also run the solutions for a specific day by running the following command:

cargo test day_01

Nix

I maintain a Nix Flake that you can use to help setup or develop the solutions. You can use the flake by running the following command:

nix develop

License

These solutions are licensed under the Unlicense. See the LICENSE file for more information.