From 62e412044892727d1373f424d230d2a0bfc3e365 Mon Sep 17 00:00:00 2001 From: Tristan Date: Fri, 7 Dec 2018 00:34:56 +0000 Subject: [PATCH] updated README.md --- 2015/README.md | 18 ++++++++++++++++++ 2018/README.md | 22 ++++++++++++++++++++++ README.md | 41 +++++++++++++++++++++++------------------ 3 files changed, 63 insertions(+), 18 deletions(-) create mode 100644 2015/README.md create mode 100644 2018/README.md diff --git a/2015/README.md b/2015/README.md new file mode 100644 index 0000000..f096e84 --- /dev/null +++ b/2015/README.md @@ -0,0 +1,18 @@ +# [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. ... + +# Languages Used +### Python +1. [:star: :star:](https://adventofcode.com/2015/day/1 "see puzzle") +1. [-](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/5 "see puzzle") + +### Node JS +1. [-](https://adventofcode.com/2015/day/1 "see puzzle") +1. [:star: :star:](https://adventofcode.com/2015/day/2 "see puzzle") +1. [-](https://adventofcode.com/2015/day/3 "see puzzle") diff --git a/2018/README.md b/2018/README.md new file mode 100644 index 0000000..54c134c --- /dev/null +++ b/2018/README.md @@ -0,0 +1,22 @@ +# [2018](https://adventofcode.com/2018 "2018 puzzle calendar") +1. [js :star: :star:](https://adventofcode.com/2018/day/1 "see puzzle") +1. [py :star: :star:](https://adventofcode.com/2018/day/2 "see puzzle") +1. [js :star: :star:](https://adventofcode.com/2018/day/3 "see puzzle") +1. [js :star: :star:](https://adventofcode.com/2018/day/4 "see puzzle") +1. [js :star: :star:](https://adventofcode.com/2018/day/5 "see puzzle") +1. [js :star: :star:](https://adventofcode.com/2018/day/6 "see puzzle") + +# Languages Used +### Python +1. [-](https://adventofcode.com/2018/day/1 "see puzzle") +1. [:star: :star:](https://adventofcode.com/2018/day/2 "see puzzle") +1. [-](https://adventofcode.com/2018/day/3 "see puzzle") +1. [...](https://adventofcode.com/2018/day/4 "see puzzle") + +### Node JS +1. [js :star: :star:](https://adventofcode.com/2018/day/1 "see puzzle") +1. [-](https://adventofcode.com/2018/day/2 "see puzzle") +1. [js :star: :star:](https://adventofcode.com/2018/day/3 "see puzzle") +1. [js :star: :star:](https://adventofcode.com/2018/day/4 "see puzzle") +1. [js :star: :star:](https://adventofcode.com/2018/day/5 "see puzzle") +1. [js :star: :star:](https://adventofcode.com/2018/day/6 "see puzzle") diff --git a/README.md b/README.md index 57f5ed8..5dedaf5 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,29 @@ # Advent of Code Solutions -It's a fun challenge from [here](https://adventofcode.com). +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/1 "see puzzle") -* [2015](https://adventofcode.com/2015) - * [1](https://adventofcode.com/2015/day/1) py * * - * [2](https://adventofcode.com/2015/day/2) js * * - * [3](https://adventofcode.com/2015/day/3) py * * - * [4](https://adventofcode.com/2015/day/4) py * * -* [2016](https://adventofcode.com/2016) -* [2017](https://adventofcode.com/2017) -* [2018](https://adventofcode.com/2018) - * [1](https://adventofcode.com/2018/day/1) js * * - * [2](https://adventofcode.com/2018/day/2) py * * - * [3](https://adventofcode.com/2018/day/3) js * * - * [4](https://adventofcode.com/2018/day/4) js * * - * [5](https://adventofcode.com/2018/day/5) js * * - * [6](https://adventofcode.com/2018/day/6) js * * +#### [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: :point_left:](https://adventofcode.com/2015/day/6 "see puzzle") -# Languages Used -* Python -* Node js +## Languages Used +* Python 8×:star: +* Node JS 12×:star: \ No newline at end of file