Skip to content

pavibhai/aoc_2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

I have been trying out advent of code to help me learn Rust it has been so much fun. I owe a big thanks to Owen O'Malley for introducing AOC to me and for the harness.

The harness has made many things much easier, letting us focus on the problem and the solution.

Running

# Run all
cargo run --release

# Run specific day
cargo run --release -- 1 # run day 1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages