/local-aoc

Local first tool for taking AOC challenges

Primary LanguageTypeScript

Local AOC

Local tool for taking AOC challenges. This project aims to provide a quick way to run the Advent of Code (AOC) in your local environment.

Roadmap

Core

  • Get the challenge from the AOC website for a given year and day
  • Submit solution to the AOC website for a given year and day
  • Track the which solutions have been submitted or are pending

CLI

  • Scaffold a new challenge for a given year and day
  • Run the challenge for a given year and day

Technologies used