aoc/README.md

38 lines
1.5 KiB
Markdown
Raw Normal View History

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")
2018-12-10 23:45:00 +00:00
1. [:star: :star:](https://adventofcode.com/2015/day/1 "see puzzle")
1. [:star: :star:](https://adventofcode.com/2015/day/2 "see puzzle")
1. [:star: :star:](https://adventofcode.com/2015/day/3 "see puzzle")
1. [:star: :star:](https://adventofcode.com/2015/day/4 "see puzzle")
1. [:star: :star:](https://adventofcode.com/2015/day/5 "see puzzle")
1. [:star:](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")
2018-12-10 23:45:00 +00:00
1. [:star: :star:](https://adventofcode.com/2015/day/1 "see puzzle")
1. [:star: :star:](https://adventofcode.com/2015/day/2 "see puzzle")
1. [:star: :star:](https://adventofcode.com/2015/day/3 "see puzzle")
1. [:star: :star:](https://adventofcode.com/2015/day/4 "see puzzle")
1. [:star: :star:](https://adventofcode.com/2015/day/5 "see puzzle")
1. [:star: :star:](https://adventofcode.com/2015/day/6 "see puzzle")
1. [:star: :star:](https://adventofcode.com/2015/day/7 "see puzzle")
1. [:star: :star:](https://adventofcode.com/2015/day/8 "see puzzle")
1. [:star: :star:](https://adventofcode.com/2015/day/9 "see puzzle")
1. [:star: :star:](https://adventofcode.com/2015/day/9 "see puzzle")
2018-11-29 21:32:45 +00:00
2018-12-07 00:34:56 +00:00
## Languages Used
2018-12-09 16:38:13 +00:00
* Python
2018-12-10 23:45:00 +00:00
- .py
* Node JS
- .js
* Java (Processing)
- .pde