Skip to content

Rust solutions to Advent of Code questions, with a twist.

License

Notifications You must be signed in to change notification settings

apljungquist/aocoracle

Repository files navigation

AoC Oracle

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

Try it

Try it out by going to apljungquist.github.io/aocoracle, pasting an input of your choice and hitting the button.

Or install from crates.io and use e.g. like

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

Contribute

For Linux like environments the ambition is that setting up a development environment should be as easy as

source ./init_env.sh
make install_deps_py

Important workflows are documented in the Makefile and can be listed with make help.

Prerequisites

  • Rust e.g. by following these instructions
  • Python e.g. by
    1. installing pyenv following these instructions, and
    2. installing the targeted python version(s) like cat .python-version | xargs -n 1 pyenv install

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.

About

Rust solutions to Advent of Code questions, with a twist.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published