Expand description
Advent Input
advent_input
provides a function to easily retrieve Advent of Code input for a given date.
Functionsยง
- get_
input - Gets input of specified year and day, writing to given path. Reads from environment variable for authentication. Set ADVENT_COOKIE to your session value in your environment variables to configure.