Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 366 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 366 Bytes

🎄 Advent of Code 2024 🎄

Description

Repo containing my solutions for the Advent of Code 2024 challenges.

Written in Rust.

Running a solution

Suppose you want to run day 3 part 1 solution.

You should download your input file and save it to inputs/day3.txt.

Then you should run cargo run --release --bin d3p1.