aoc/README.md
2018-12-09 16:38:13 +00:00

32 lines
1.3 KiB
Markdown

# Advent of Code Solutions
It's a fun challenge. [2018](https://adventofcode.com/2018) is currently in progress.
```js
if (advent) {
programmer.gotTo("adventofcode.com");
}
```
# Completed Challenges
#### [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")
1. [-](https://adventofcode.com/2015/day/6 "see puzzle")
#### [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")
1. [js :star: :star:](https://adventofcode.com/2015/day/6 "see puzzle")
1. [js :star: :star:](https://adventofcode.com/2015/day/7 "see puzzle")
1. [js :star: :star:](https://adventofcode.com/2015/day/8 "see puzzle")
1. [js :star: :star:](https://adventofcode.com/2015/day/9 "see puzzle")
## Languages Used
* Python
* Node JS