aoc2022/README.md

6 lines
177 B
Markdown
Raw Permalink Normal View History

2022-11-30 17:04:11 +00:00
# Advent of Code 2022
2022-12-01 05:25:40 +00:00
WARNING: ADVENT OF CODE SPOILERS AHEAD
2022-11-30 17:04:11 +00:00
2022-12-01 05:25:40 +00:00
solutions located in the `examples` directory. run with `cargo r --example=day##_#.rs`. input is given via stdin.