colfin-96 / advent-of-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advent-of-code

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).

About


Languages

Language:TypeScript 100.0%