aoc-solver

Crates.ioaoc-solver
lib.rsaoc-solver
version0.1.0
sourcesrc
created_at2024-06-15 15:00:13.788977
updated_at2024-06-15 15:00:13.788977
descriptionSafe solutions for Advent of Code
homepage
repositoryhttps://github.com/fmwviormv/aoc-solver
max_upload_size
id1272943
size23,354
(fmwviormv)

documentation

README

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

Commit count: 1

cargo fmt