Files
advent-of-code/README.md
2025-11-11 03:32:14 +01:00

16 lines
229 B
Markdown

# advent-of-code
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.3.1. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.