Skip to content

Latest commit

 

History

History

AoC2023

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Advent of Code 2023

Source Code: (1/25) Done

M T W T F S S
1 X X
X X X X X X X
X X X X X X X
X X X X X X X
X

Each input is stored as ./resources/dayXX.txt and read from by the programs.

Each day can be run with cargo by running:

cargo run -p dayXX