Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/textbook/aoc-2022

Implementations for the 2022 Advent of Code
https://github.com/textbook/aoc-2022

advent-of-code advent-of-code-2022

Last synced: about 19 hours ago
JSON representation

Implementations for the 2022 Advent of Code

Awesome Lists containing this project

README

        

# aoc-2022

To install dependencies:

```bash
bun install
```

To run:

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

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