Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eveeifyeve/aoc-ts

Adventing of coding.
https://github.com/eveeifyeve/aoc-ts

advent-of-code advent-of-code-2023 rust rustlang

Last synced: 26 days ago
JSON representation

Adventing of coding.

Awesome Lists containing this project

README

        

# advent-of-code

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run src/index.ts
```

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