diff options
Diffstat (limited to '2022/README.md')
| -rw-r--r-- | 2022/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/2022/README.md b/2022/README.md new file mode 100644 index 0000000..1e134bd --- /dev/null +++ b/2022/README.md | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | # Advent of Code 2022 | ||
| 2 | |||
| 3 | I did not solve these problems in 2022, but in 2025, as a playground | ||
| 4 | to learn Rust. | ||
| 5 | |||
| 6 | ## Usage | ||
| 7 | |||
| 8 | To run this code you'll need the `rustc` compiler (no `cargo`). | ||
| 9 | |||
| 10 | From this folder run: `./run.sh day part`, for example `./run.sh 03 a`. | ||
| 11 | Input is read from standard input; paste your input in the terminal or | ||
| 12 | read it from a file with e.g. `<input.txt`. | ||
