aoc-bud: Module that aims to help during advent of code puzzles.
v0.0.1: + requests puzzle input, saves as a file, to avoid spamming the server with unnecessary calls, and finally returns it as a string v0.0.2: + able to post solution to advent of code and receive server message
Installation
or add the following line to your Cargo.toml
[]
= "0.0.2"
Usage
You must have a .env file on your project directory with your advent of code session cookie
use aoc_bud;