https://github.com/mistereo/adventofcode-solutions
My solutions to Advent of Code http://adventofcode.com/
https://github.com/mistereo/adventofcode-solutions
Last synced: about 2 months ago
JSON representation
My solutions to Advent of Code http://adventofcode.com/
- Host: GitHub
- URL: https://github.com/mistereo/adventofcode-solutions
- Owner: Mistereo
- License: mit
- Created: 2015-12-25T06:26:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-26T14:34:50.000Z (over 9 years ago)
- Last Synced: 2025-02-10T05:14:29.981Z (3 months ago)
- Language: JavaScript
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code solutions
My solutions to [Advent of Code](http://adventofcode.com/).
Each day solution contains files `1.js`, `2.js` (for 1st and 2nd parts of the day) and `input.txt`.
## Usage
[Node.js](https://nodejs.org) required.
Install npm dependencies:
```console
npm install
```To run solution for specific day/part use `-d` and `-p`:
```console
node index -d 23 -p 2
```## License
The MIT License (MIT)