We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb944d commit c3ea4baCopy full SHA for c3ea4ba
README.md
@@ -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