Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobdalamb/advent-of-code
https://github.com/jacobdalamb/advent-of-code
advent-of-code bun
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobdalamb/advent-of-code
- Owner: jacobdalamb
- License: mit
- Created: 2023-12-20T19:39:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-21T20:54:22.000Z (about 1 year ago)
- Last Synced: 2024-12-30T10:14:26.674Z (26 days ago)
- Topics: advent-of-code, bun
- Language: TypeScript
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My [Advent of Code](https://adventofcode.com/) Journey
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```