aboutsummaryrefslogtreecommitdiff
path: root/2022/README.md
blob: 1e134bdd70eabb0a04799fbaf52202febde38c3a (plain)
1
2
3
4
5
6
7
8
9
10
11
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. `<input.txt`.

Generated with cgit - Back to sebastiano.tronto.net