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 the run this aoc repo 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

Progress

aoc_2023

Thanks

The project structure is inspired by this repository