https://github.com/defnot001/aoc2023
https://github.com/defnot001/aoc2023
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/defnot001/aoc2023
- Owner: defnot001
- Created: 2023-12-14T23:37:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:59:16.000Z (over 1 year ago)
- Last Synced: 2025-02-02T04:27:32.685Z (4 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc2023
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.18. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.