Skip to content

lloydmeta/aoc2020-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoC 2020 in Rust aoc2020-rs-CI

Solutions to Advent of Code 2020 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.