Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 170 Bytes

File metadata and controls

8 lines (5 loc) · 170 Bytes

Advent Of Code

I personally love AoC and try to do it every year (when there's time).

TS Code

Add alias runts='tsc -p . && node' Run with runts <fileName.js>