#advent-of-code #puzzle-solver #aoc

bin+lib aoc-solver

Safe solutions for Advent of Code

1 unstable release

0.1.0 Jun 15, 2024

#1 in #adventofcode

0BSD license

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

No runtime deps