https://github.com/parassolanki/aoc-2023
My Solutions to Advent of Code 2023 Challenges.
https://github.com/parassolanki/aoc-2023
Last synced: 2 months ago
JSON representation
My Solutions to Advent of Code 2023 Challenges.
- Host: GitHub
- URL: https://github.com/parassolanki/aoc-2023
- Owner: ParasSolanki
- Created: 2023-12-02T12:36:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T15:58:01.000Z (over 2 years ago)
- Last Synced: 2025-01-28T17:22:49.429Z (over 1 year ago)
- Language: TypeScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent Of Code 2023
My Solutions to Advent of Code 2023 Challenges. [Checkout AOC](https://adventofcode.com/)
### Installation
```bash
pnpm i
```
### Run Locally
To run the solution.
```bash
npx tsx watch .//
```