Skip to content

dirdr/advent_of_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

205 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code 🎁 in rust 🦀

About

This is my attempt to solve AOC problems in Rust!

Setup

If you want to run the solutions with your input, please provide them with the following name day_{day_number}.txt in the folder ./resources/{year}/real/

Run

Usage: cargo run --release --year <YEAR> --day <DAY>

Options:
  -y, --year <YEAR>
  -d, --day <DAY>
  -h, --help       Print help

Test

cargo test --workspace

Editions

2023

aoc_2023

2024

aoc_2024

2025

aoc_2025

Thanks

The project structure, as well as solutions when I struggle to find them on my own, are inspired by this repository.

About

My attempt to solve advent of code problems in rust 🦀

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages