1 unstable release
0.1.0 | Jun 15, 2024 |
---|
#12 in #aoc
24KB
767 lines
ADVENT OF CODE SOLVER
Safe solutions for advent of code in Rust.
HOW TO RUN
You need to pass year and day and input as arguments:
$ cargo run -- 2015 4 abcdef
You can also send puzzle input using stdin:
$ echo -n abcdef | cargo run -- 2015 4
LICENSE
0BSD