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

https://github.com/shybyte/advent-of-code-2022-typescript

Advent of Code 2022 TypeScript
https://github.com/shybyte/advent-of-code-2022-typescript

Last synced: about 1 month ago
JSON representation

Advent of Code 2022 TypeScript

Awesome Lists containing this project

README

          

# Advent of Code 2022 TypeScript

To install dependencies:

```bash
bun install
```

To run:

```bash
bun wiptest
```

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