https://github.com/drwpow/aoc-2024
https://github.com/drwpow/aoc-2024
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/drwpow/aoc-2024
- Owner: drwpow
- Created: 2024-12-01T16:40:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T03:33:56.000Z (over 1 year ago)
- Last Synced: 2025-01-30T08:26:40.813Z (over 1 year ago)
- Language: TypeScript
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎄 Advent of Code 2024
Uses [bun.sh](https://bun.sh). With that installed, run:
```
bun i
```
And to run a certain day, run:
```
bun 1.ts
```