Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 467 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 467 Bytes

advent-of-code

My answers for adventofcode.com, organized by YYYY/DD.

init_daily script

  • Sets up each day's new folders, renders the boilerplate starter script into them, and downloads the puzzle's input.
  • Requires Sergio de Carvalho's aoc command line util to be in $PATH. See aoc-cli's Readme for session cookie configuration.