Skip to content

bashforgo/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

This repository contains my solutions to the Advent of Code challenges.

How to run

deno run -RNE ./<year>/<day>/main.ts

Scripts

getTask

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

Submit the solution for the given year and day.

deno task submit <year> <day> <level> <answer>

About

This repository contains my solutions to the Advent of Code challenges.

Topics

Resources

License

Stars

Watchers

Forks