Advent of Code 2021 -- code and solutions
Run this:
cd 01
nodemon Day_01.ts
It will recompile the ts file when changed and execute the resulting js.
Advent of Code 2021 -- code and solutions
Run this:
cd 01
nodemon Day_01.ts
It will recompile the ts file when changed and execute the resulting js.