aoc

My solutions for the Advent of Code
git clone https://git.tronto.net/aoc
Download | Log | Files | Refs | README

README.md (370B)


      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`.