Files
advent-of-code/README.md
2024-12-01 22:55:29 +01:00

16 lines
223 B
Markdown

# aoc-2024
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.36. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.