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

https://github.com/ekaansharora/aoc23

advent of code 2023 - typescript/bun
https://github.com/ekaansharora/aoc23

Last synced: about 2 months ago
JSON representation

advent of code 2023 - typescript/bun

Awesome Lists containing this project

README

        

# aoc23

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.0.14. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.