Skip to content

arminnh/advent_of_code

Repository files navigation

Advent of Code in Rust

Tests & Static Checks

Practicing Rust with Advent Of Code using as few dependencies as possible to solve puzzles.

Each day has functions part_1 and part_2 which take a &str and return a primitive type.

Usage

$ cargo run -- --help
Solve Advent of Code puzzles with optional year and day filtering.

Usage: advent_of_code [YEAR] [DAYS]...

Arguments:
  [YEAR]     Year to solve (default: all years [2022-2024])
  [DAYS]...  Specific days to solve (default: all days [1-25])

About

Practicing Rust with advent of code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages