https://github.com/artskydj/advent-of-code-solutions
:christmas_tree: My solutions to Advent Of Code...
https://github.com/artskydj/advent-of-code-solutions
Last synced: 3 months ago
JSON representation
:christmas_tree: My solutions to Advent Of Code...
- Host: GitHub
- URL: https://github.com/artskydj/advent-of-code-solutions
- Owner: ArtskydJ
- Created: 2015-12-02T17:33:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T06:35:38.000Z (over 5 years ago)
- Last Synced: 2025-01-18T15:53:48.441Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 848 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent Of Code Solutions
> My solutions to [Advent Of Code](http://adventofcode.com/)...
## How to use
- install [node.js](https://nodejs.org/en/download)
- clone this repo
- `cd` into this repo
- run `node aoc [year] day half`
- E.g. `node aoc 2015 12 1`
- E.g. `node aoc 2016 25 2`
## 2015
- 13-2 takes 4 minutes to complete
- 22-1 is unfinished
- 22-2 is unfinished
- 25-2 is unfinished
## 2016
- 9-2 is unfinished
- 10 and later are unfinished
## 2017
- All are unfinished
## 2018
- 1 is finished
- All others are unfinished
## 2019
- All are unfinished
## 2020
- All are unfinished
## Authentication (just useful for me)
I am using GitHub OAuth
## License
[MIT](http://choosealicense.com/licenses/mit/)