Skip to content

lloydmeta/aoc2021-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoC 2021 in Rust aoc2021-rs-CI

Solutions to Advent of Code 2021 exercises.

Run with cargo run -- $day to get the solution for a given $day.

# To run the day 1 exercise
cargo run -- 1

Warning

  • Highly unoptimised ...
  • Likely not even DRY
  • Mostly parsing code to force myself to review parser combinators.

About

Advent of Code 2021 solutions in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages