Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 285 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 285 Bytes

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!