Skip to content

surt91/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

167 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 Advent of Code

Rust

My solutions for Advent of Code.

🛠️ Setup

Ensure that you have cargo installed (see, e.g., rustup).

Run the problems of the specified days of the latest year

cargo run --release -- 2 4 6

or a specific year

cargo run --release -p aoc2021 -- 23 25

or of all days of the latest year

cargo run --release

🧪 Tests

Run the tests for a specific day and yeat with

cargo test -p aoc2022 day02

or run all tests with

cargo test --all

🏎️ Benchmarks

Every day can also be benchmarked with

cargo bench -p aoc2023 day02

or benchmark all days (which will take a while) with

cargo bench --all

About

My Advent of Code solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages