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.
- Host: GitHub
- URL: https://github.com/parassolanki/aoc-2024
- Owner: ParasSolanki
- Created: 2024-12-01T09:08:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T13:50:49.000Z (over 1 year ago)
- Last Synced: 2025-02-12T08:56:23.750Z (over 1 year ago)
- Language: TypeScript
- Size: 17.6 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
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 .//
```