Files
adventofcode/2022
Bert Peters f8fcc8ebba Implement 20220 day 18 part 1
Very inefficient and with too much hashset, but it works
2022-12-18 17:19:34 +01:00
..
2022-12-09 11:43:33 +01:00
2022-12-18 17:19:34 +01:00
2022-12-18 17:19:34 +01:00
2022-12-17 11:57:42 +01:00
2022-11-24 08:23:58 +01:00

Advent of Code 2022

Another year and another Advent of Code in Rust. Because last year went so well, this time we'll be aiming for a total time of under 250ms.

$ target/release/aoc_2022 --help
Advent of Code 2022 runner

Usage: aoc_2022 [OPTIONS] <DAY>

Arguments:
  <DAY>  Which day to run

Options:
  -t, --time           Print time taken
  -2, --part2          Run part 2 instead of part 1
  -i, --input <INPUT>  Read input from the given file instead of stdin
  -h, --help           Print help information