AoC 2023 attempt in Typescript
The project use Deno as the engine. So you need to install it. Then just launch the proper task.
The project uses simple deno unit tests.
deno task test
Full solution is given when application is launched in main mode from main.ts
deno task dev