Skip to content

My solutions to the Advent of Code 2024 in Rust 🦀

License

Notifications You must be signed in to change notification settings

iamhrigved/advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 Advent of Code 2024 in Rust 🦀


These are my solutions to the Advent of Code 2024 implemented in the Rust programming language.

Setup

Step 1: Install Rust

Step 2: Clone the repository

git clone https://github.com/iamhrigved/advent-of-code-2024.git ~/advent-of-code-2024

Step 3: cd into the repository

cd ~/advent-of-code-2024

And... you are done!

Usage

Note

All inputs have been removed because I didn't read the instructions here.

All binaries are named as day{1-25}. To run one of the binaries, run

cargo run --bin day{X} # replace {X} with a number between 1 to 25

You can also test the functionality of a specific binary by running

cargo test --bin day{X}

Have fun!

About me

I am just a noob trying to learn Rust and I will be updating these solutions as I learn more and more about this beautiful programming language ;)

About

My solutions to the Advent of Code 2024 in Rust 🦀

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages