Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varbrad/aoc24
https://github.com/varbrad/aoc24
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/varbrad/aoc24
- Owner: varbrad
- Created: 2024-12-01T17:21:55.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-12-01T17:47:06.000Z (25 days ago)
- Last Synced: 2024-12-01T18:26:49.453Z (25 days ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc24
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.1.8. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.