https://github.com/pgilbertschmitt/aoc-2024
Advent of Code 2024
https://github.com/pgilbertschmitt/aoc-2024
Last synced: about 2 months ago
JSON representation
Advent of Code 2024
- Host: GitHub
- URL: https://github.com/pgilbertschmitt/aoc-2024
- Owner: PGilbertSchmitt
- Created: 2024-12-01T16:05:16.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-25T13:44:48.000Z (5 months ago)
- Last Synced: 2025-02-01T08:48:27.218Z (4 months ago)
- Language: TypeScript
- Size: 308 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
Wow, TypeScript _again_. How original.
## Scripts
### Run all solutions
```sh
pnpm test-all
```### Run one day's solution
```sh
pnpm test src/day_10/spec.ts
```### Run file
This is useful for development or troubleshooting
```sh
pnpm try src/day_10/part_2.ts
```