Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janosch-pueschel/aoc-2021
https://github.com/janosch-pueschel/aoc-2021
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/janosch-pueschel/aoc-2021
- Owner: janosch-pueschel
- Created: 2024-01-09T14:54:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-10T15:34:02.000Z (10 months ago)
- Last Synced: 2024-01-10T17:33:04.854Z (10 months ago)
- Language: TypeScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc-2021
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.4. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.