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

https://github.com/schinwald/advent-of-code-2023

Advent of Code 2023
https://github.com/schinwald/advent-of-code-2023

Last synced: 24 days ago
JSON representation

Advent of Code 2023

Awesome Lists containing this project

README

        

# adventofcode2023

To install dependencies:

```bash
bun install
```

To run:

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

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