Skip to content

My AOC 2024 solutions in Rust until I get bored

Notifications You must be signed in to change notification settings

noxware/aoc-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 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.

About

My AOC 2024 solutions in Rust until I get bored

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages