Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 342 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 342 Bytes

Advent of Code 2021

Advent of Code 2021 -- code and solutions

How to Watch

Run this:

cd 01
nodemon Day_01.ts

It will recompile the ts file when changed and execute the resulting js.