Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/malciin/aoc2023


https://github.com/malciin/aoc2023

advent-of-code advent-of-code-2023 advent-of-code-2023-javascript advent-of-code-2023-typescript javascript typescript

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Advent of code 2023 solutions written in `typescript`

### Usage

Run `npm i`, then you can run specific day by running

```sh
npx ts-node day01.ts
npx ts-node day02.ts
# etc
```