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

https://github.com/fonsecaj/adventofcode2024

Advent of Code 2024 using Bun and TypeScript 🧩
https://github.com/fonsecaj/adventofcode2024

advent-of-code-2024 bun typescript

Last synced: about 1 month ago
JSON representation

Advent of Code 2024 using Bun and TypeScript 🧩

Awesome Lists containing this project

README

          

# adventofcode2024

> https://adventofcode.com/2024/

---

To install dependencies:

```bash
bun install
```

To run:

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

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