- Notifications
You must be signed in to change notification settings - Fork0
dander/advent-of-code
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Advent of Code inRed
This is a small collection of solutions toAdvent of Code problems, and a problem input downloader.
I mostly use Advent of Code to experiment with different ways of solving the problems, and tend to not get very far. I might have some weird solutions.
To use the input downloader, copy read-input.red to your workspace, and save your browser session cookie tosession-cookie.txt
.
Then put something like this at the top of your script:
#include%read-input.redyear:2021day:1problem-input: load read-input year day; or maybeproblem-input-lines: read-lines get-input year day
It plays nice with the site, and only downloads the input a single time. After that, it will load from the cached version in the local directory.
About
No description, website, or topics provided.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published