https://github.com/mrhappyma/aoc-2024
https://github.com/mrhappyma/aoc-2024
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrhappyma/aoc-2024
- Owner: mrhappyma
- Created: 2024-12-02T00:32:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-05T04:54:24.000Z (over 1 year ago)
- Last Synced: 2024-12-11T06:16:38.465Z (over 1 year ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc-2024
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.20. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.