/aoc

Advent of Code, in Rust

Primary LanguageRust

Advent of Code, in Rust

My Rust solutions for several years of AoC.

Automation Guideline Compliance

This repository complies with the Advent of Code automation guidelines. Specifically:

  • Outbound calls are throttled to every 5 minutes - see aoc::config::Config
  • Once inputs are downloaded, they are cached locally - see aoc::input
  • The User-Agent header is set to an appropriate value - see aoc::input