/advent-of-typescript-2023

My solutions for Advent of TypeScript 2023

Primary LanguageTypeScript

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!