Skip to content

Latest commit

 

History

90 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Solutions

Here lies the code to solve Advent of Code for all years till date. Currently completed:

  • 2015
  • 2016 Progress
  • 2017
  • 2018
  • 2019
  • 2020
  • 2021
  • 2022
  • 2023
  • 2024
  • 2025

How to run

  1. Clone the repository: git clone git@github.com:dotmatrixbeeper/advent-of-code-rust.git
  2. Place your input for the year in the inputs folder under the correct year in the format: day01.txt, day02.txt, day22.txt etc.
  3. Cargo run: cargo run -- --year <year> --day <day> or cargo run -- all

About

Solving all Advent of Code puzzles through Rust from the year 2015 to the latest year

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages