Crates.io | aoc-solver |
lib.rs | aoc-solver |
version | 0.1.0 |
source | src |
created_at | 2024-06-15 15:00:13.788977 |
updated_at | 2024-06-15 15:00:13.788977 |
description | Safe solutions for Advent of Code |
homepage | |
repository | https://github.com/fmwviormv/aoc-solver |
max_upload_size | |
id | 1272943 |
size | 23,354 |
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