Skip to content

miguelggcc/AOC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

287 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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, and 2024 in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors