Skip to content

Commit c3ea4ba

Browse files
committed
Add README.md
1 parent ecb944d commit c3ea4ba

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Advent of Code 2024
2+
3+
The provided solutions for the 2024 edition of Advent of Code are implemented in
4+
Rust.
5+
6+
## Run for a specific day
7+
8+
`cargo run -- --day N --input-folder <some_folder>`
9+
10+
The program will look for a text file named `dayXX.txt`, where `XX` is the day
11+
number led by `0` for days `< 9`, within the provided `<input_folder>` and use
12+
it as input file.
13+
14+
## Run the tests
15+
16+
`cargo test`

0 commit comments

Comments
 (0)