Skip to content

An attempt at learning Rust by solving Advent of Code 2021

Notifications You must be signed in to change notification settings

BollaBerg/advent-of-code-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021

An attempt at learning Rust by solving Advent of Code 2021.

Running the code

Each day can be run by using:

cargo run --bin dayX

where X is the day you want to run

Testing the code

Tests for each day can be run by using:

cargo test --bin dayX

About

An attempt at learning Rust by solving Advent of Code 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages