Skip to content

MightyBurger/Advent-of-Code-2024

Repository files navigation

Advent of Code 2024 in Rust

These are my solutions to Advent of Code 2024.

cabin image

My plan is to get the first star each day and only go for the second if I feel like it.

I will first solve the problem myself. I will then compare my result to Chris Biscardi's solution to see how a more seasoned Rust developer would have approached the problem.

Usage

Install Rust.

The Advent of Code input is under a restricted license and isn't in this repository. You'll need to grab the input yourself and place it, for example, under day01/input.txt and day01/check.txt.

In the root of the repository, run

cargo run -p day01 --bin part1

Results

results

License

Licensed under either of

at your option.

About

Advent of Code 2024 in Rust.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages