Skip to content

My attempt to solve advent of code problems in rust 🦀

Notifications You must be signed in to change notification settings

dirdr/advent_of_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: advent_of_code_2023 --day <DAY>

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

Test

cargo test -p <crate>

for example, to test the 2024 crate:

cargo test -p aoc_2024

Progress

2023

aoc_2023

2024

aoc_2024

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

No packages published

Languages