aoc2023/README.md

12 lines
156 B
Markdown
Raw Permalink Normal View History

2023-12-01 05:10:27 +00:00
# AOC 2023
My solutions for [Advent of Code](https://adventofcode.com) 2023!
### How to run?
Run `cargo r --release --bin d1-1` to run day 1 part 1.