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

https://github.com/persianturtle/advent-of-code-2023


https://github.com/persianturtle/advent-of-code-2023

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Advent of Code 2023

https://adventofcode.com/2023

## Installation

```sh
npm install
```

## Build

- Build: `npm run build`
- Clean: `npm run clean`
- Build & watch: `npm run start`

## Run

```sh
node src/DayOne/DayOne.bs.js
node src/DayOne/DayOnePartTwo.bs.js
node src/DayTwo/DayTwo.bs.js
...
```