Skip to content
/ AOC Public

Solutions for Advent of Code 2019, 2021, 2022 and 2023 in Rust

Notifications You must be signed in to change notification settings

miguelggcc/AOC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions of Advent of Code in Rust. The structure of the project makes it convinient to create the scaffolding for a new year.

AOC
Usage: aoc.exe run [OPTIONS]

OPTIONS:
  -h, --help                 Prints help information
  --new <YEAR>                Creates the necessary files for a new year
  --bin <YEAR> <DAY>          Runs part 1 and 2 of DAY of YEAR
  --bin <YEAR> <DAY> --i <N>  Runs part 1 and 2 of DAY of YEAR N times
  --bin <YEAR> -- --all       Runs part 1 and 2 of every day of YEAR

About

Solutions for Advent of Code 2019, 2021, 2022 and 2023 in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published