https://github.com/persianturtle/advent-of-code-2023
https://github.com/persianturtle/advent-of-code-2023
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/persianturtle/advent-of-code-2023
- Owner: persianturtle
- Created: 2023-12-09T19:48:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T00:48:54.000Z (over 2 years ago)
- Last Synced: 2025-03-22T04:25:17.247Z (about 1 year ago)
- Language: ReScript
- Size: 77.1 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
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
...
```