It can answer any Advent of Code problem1 in an instant2:
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
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
.
- Rust e.g. by following these instructions
- Python e.g. by
- installing pyenv following these instructions, and
- installing the targeted python version(s) like
cat .python-version | xargs -n 1 pyenv install