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

https://github.com/parassolanki/aoc-2024

My Solutions to Advent of Code 2024 Challenges.
https://github.com/parassolanki/aoc-2024

Last synced: over 1 year ago
JSON representation

My Solutions to Advent of Code 2024 Challenges.

Awesome Lists containing this project

README

          

# Advent Of Code 2024

My Solutions to Advent of Code 2024 Challenges. [Check out AOC](https://adventofcode.com/)

### Installation

```shell
pnpm i
```

### Run Locally

To run ts the solution.

```bash
pnpm tsx watch .//
```