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!
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!