An open API service indexing awesome lists of open source software.

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

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
```