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 🧩
- Host: GitHub
- URL: https://github.com/fonsecaj/adventofcode2024
- Owner: fonsecaj
- Created: 2024-12-04T10:29:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T11:33:20.000Z (over 1 year ago)
- Last Synced: 2025-07-07T01:03:04.298Z (12 months ago)
- Topics: advent-of-code-2024, bun, typescript
- Language: TypeScript
- Homepage: https://adventofcode.com/
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.