This repository contains my solutions to the Advent of Code challenges.
deno run -RNE ./<year>/<day>/main.ts
Download and save the task as markdown for the given year and day. Outputs the path to the saved file.
deno task getTask <year> <day>
Submit the solution for the given year and day.
deno task submit <year> <day> <level> <answer>