2018-11-29 21:32:45 +00:00
|
|
|
# Advent of Code Solutions
|
2018-11-29 16:33:55 +00:00
|
|
|
|
2018-12-07 00:34:56 +00:00
|
|
|
It's a fun challenge. [2018](https://adventofcode.com/2018) is currently in progress.
|
|
|
|
|
|
|
|
```js
|
|
|
|
if (advent) {
|
|
|
|
programmer.gotTo("adventofcode.com");
|
|
|
|
}
|
|
|
|
```
|
2018-11-29 21:32:45 +00:00
|
|
|
|
|
|
|
# Completed Challenges
|
2018-12-07 00:34:56 +00:00
|
|
|
#### [2015](https://adventofcode.com/2015 "2015 puzzle calendar")
|
|
|
|
1. [py :star: :star:](https://adventofcode.com/2015/day/1 "see puzzle")
|
|
|
|
1. [js :star: :star:](https://adventofcode.com/2015/day/2 "see puzzle")
|
|
|
|
1. [py :star: :star:](https://adventofcode.com/2015/day/3 "see puzzle")
|
|
|
|
1. [py :star: :star:](https://adventofcode.com/2015/day/5 "see puzzle")
|
2018-12-09 00:37:33 +00:00
|
|
|
1. [-](https://adventofcode.com/2015/day/6 "see puzzle")
|
2018-11-29 21:32:45 +00:00
|
|
|
|
2018-12-07 00:34:56 +00:00
|
|
|
#### [2018](https://adventofcode.com/2018 "2018 puzzle calendar")
|
|
|
|
1. [js :star: :star:](https://adventofcode.com/2015/day/1 "see puzzle")
|
|
|
|
1. [py :star: :star:](https://adventofcode.com/2015/day/2 "see puzzle")
|
|
|
|
1. [js :star: :star:](https://adventofcode.com/2015/day/3 "see puzzle")
|
|
|
|
1. [js :star: :star:](https://adventofcode.com/2015/day/4 "see puzzle")
|
|
|
|
1. [js :star: :star:](https://adventofcode.com/2015/day/5 "see puzzle")
|
2018-12-08 11:18:40 +00:00
|
|
|
1. [js :star: :star:](https://adventofcode.com/2015/day/6 "see puzzle")
|
2018-12-08 12:17:25 +00:00
|
|
|
1. [js :star: :star:](https://adventofcode.com/2015/day/7 "see puzzle")
|
2018-12-09 00:37:33 +00:00
|
|
|
1. [js :star:](https://adventofcode.com/2015/day/8 "see puzzle")
|
2018-11-29 21:32:45 +00:00
|
|
|
|
2018-12-07 00:34:56 +00:00
|
|
|
## Languages Used
|
|
|
|
* Python 8×:star:
|
2018-12-08 12:17:25 +00:00
|
|
|
* Node JS 14×:star:
|