From fa26f694d8cf98272763952a698301ee9935c19e Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 26 Jun 2025 09:47:23 +0200 Subject: Added 2022, first few problems --- 2022/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 2022/README.md (limited to '2022/README.md') 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 @@ +# Advent of Code 2022 + +I did not solve these problems in 2022, but in 2025, as a playground +to learn Rust. + +## Usage + +To run this code you'll need the `rustc` compiler (no `cargo`). + +From this folder run: `./run.sh day part`, for example `./run.sh 03 a`. +Input is read from standard input; paste your input in the terminal or +read it from a file with e.g. `