Skip to content

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

Notifications You must be signed in to change notification settings

dotmatrixbeeper/advent-of-code-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages