Skip to content

anurag-roy/advent-of-typescript-2023

Repository files navigation

Advent of TypeScript 2023

My solutions for typehero's Advent of TypeScript 2023

Folder structure

day-x
├── README.md (Question)
├── answer.ts (Solution)
└── test.ts (Test Cases)

There shouldn't be any TypeScript errors!