Skip to content

Racket package for fetching Advent of Code input.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE-APACHE
Unknown
LICENSE-MIT
Notifications You must be signed in to change notification settings

eutro/advent-of-code-racket

Repository files navigation

advent-of-code

Racket package for fetching Advent of Code input.

CLI Usage

After installing with raco pkg install advent-of-code:


raco aoc [-y year] [-d day]

Fetch the puzzle input for a given day.


raco aoc [-y year] [-d day] -a <part> <answer>

Submit an answer for the given puzzle.


Notes:

  • year defaults to the latest Advent of Code, if not specified.
  • day defaults to the current day of the month, capped at 25.
  • session is a valid session cookie. Defaults to the contents of session.key in this package's install directory. You will be prompted for this if it is not available.

For more details, run raco help aoc or raco aoc --help.

About

Racket package for fetching Advent of Code input.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE-APACHE
Unknown
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published