Skip to content

julie-dujardin/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust solutions for https://adventofcode.com/2023

Inputs and expected outputs are kept private to comply with the AOC T&Cs.

test-data structure:

test-data
├── d1
│   ├── input_test1.txt
│   ├── input_test2.txt
│   ├── input.txt
│   └── results.toml
...

results.toml:

[p1]
input_test1 = 0
input = 0

[p2]
input_test2 = 0
input = 0