aoc-solver 0.1.0

Safe solutions for Advent of Code
Documentation
  • Coverage
  • 0%
    0 out of 15 items documented0 out of 11 items with examples
  • Size
  • Source code size: 22.87 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.36 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • fmwviormv/aoc-solver
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • fmwviormv

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