Skip to content

TScafeJR/advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024 in Rust

Taking a stab at this in rust this year.

Example run

# run day x part x
cargo run --release -- <day> <part>

# run day x part x with test input
cargo run --release -- <day> <part> --test

Generate new day:

# will prompt for day - just use english word. for example on day 10, use "ten"
make gen-day

Note for self: On my personal machine, I'm storing this project in /Users/<usr>/rust/code-advent-2024.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published