Skip to content

My solutions for the Advent of Code 2024 challenges

Notifications You must be signed in to change notification settings

bverhoeven/aoc2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc2024

Solutions to Advent of Code 2024 in Rust.

Tip

The standard cargo run command will build and run an unoptimized debug build. If you want to test how fast the solution is, you should create a release build and run that.

cargo build --release
time target/release/aoc2024 <day>

About

My solutions for the Advent of Code 2024 challenges

Resources

Stars

Watchers

Forks

Languages