You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project aims to solve all "Advent of Code" challenges from all years. Each year has it's own folder and every folder contains one .ts file per day.
To execute the code, run npx ts-node 2021/day01.ts (or the respective year and day).