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

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.

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