https://github.com/making3/advent-2023
https://github.com/making3/advent-2023
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/making3/advent-2023
- Owner: making3
- Created: 2023-12-02T17:10:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T18:22:47.000Z (over 2 years ago)
- Last Synced: 2023-12-09T19:30:12.885Z (over 2 years ago)
- Language: JavaScript
- Size: 44.9 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
This is my personal [Advent of Code 2023](https://adventofcode.com/2023) solutions as I go through them. Some are
partially cleaned up, some are not.
## Running
To run, install [Node.js](https://nodejs.org/en/download/), and:
```
node run.js --help
node createNewDay.js --help
# Examples
node run.js 1
node createNewDay.js 5
```