aocoracle

Crates.ioaocoracle
lib.rsaocoracle
version0.1.2
sourcesrc
created_at2021-12-31 09:17:57.777647
updated_at2022-01-12 18:39:07.127714
descriptionUniversal solver for advent of code problems
homepage
repository
max_upload_size
id505731
size75,151
AP Ljungquist (apljungquist)

documentation

README

AoC Oracle

It can answer any Advent of Code problem1 in an instant2:

echo '16,1,2,0,4,2,7,1,2,19\n' | aocoracle --part=1
42

Footnotes

  1. As long as it is from the first week of the 2021 event.

  2. Hopefully in less than 7.5M years, the goal is to keep the duration below 100ms for "official" inputs.

Commit count: 0

cargo fmt