Skip to content

Mishco/adventofcode-2023-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023 Rust

My Advent of Code 2023 solutions in the Rust.

Run days

As prerequisites create inputs folder and put your input there.

# Switch to day 1a, and run it
cd day01a
cargo run --release

# or run everything in parallel
cd ../runner
cargo run --release --bin runner-par

# or benchmark every day
cd ../runner
cargo run --release --bin bench

Sources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages