Skip to content

Commit 384c746

Browse files
committed
Added 2015 picture and finalized README.md
1 parent 78c6214 commit 384c746

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

2015/README.md

+23-23
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,29 @@
44
|-------|---|---|---|---|:-:|:-:|
55
| [Day 1: Not Quite Lisp](https://adventofcode.com/2015/day/1) | [Data](data/day01.txt) | [R - D1](solutionsR/day01.R) | | |||
66
| [Day 2: I Was Told There Would Be No Math](https://adventofcode.com/2015/day/2) | [Data](data/day02.txt) | [R - D2](solutionsR/day02.R) | | |||
7-
| [Day 3: Toboggan Trajectory](https://adventofcode.com/2020/day/3) | [Data](data/day3.txt) | [R - D3](solutionsR/day3.R) | | |||
8-
| [Day 4: Passport Processing](https://adventofcode.com/2020/day/4) | [Data](data/day4.txt) | [R - D4](solutionsR/day4.R) | | |||
9-
| [Day 5: Binary Boarding](https://adventofcode.com/2020/day/5) | [Data](data/day5.txt) | [R - D5](solutionsR/day5.R) | | |||
10-
| [Day 6: Custom Customs](https://adventofcode.com/2020/day/6) | [Data](data/day6.txt) | [R - D6](solutionsR/day6.R) | | |||
11-
| Day 7 | | | | | | |
12-
| Day 8 | | | | | | |
13-
| Day 9 | | | | | | |
14-
| Day 10 | | | | | | |
15-
| Day 11 | | | | | | |
16-
| Day 12 | | | | | | |
17-
| Day 13 | | | | | | |
18-
| Day 14 | | | | | | |
19-
| Day 15 | | | | | | |
20-
| Day 16 | | | | | | |
21-
| Day 17 | | | | | | |
22-
| Day 18 | | | | | | |
23-
| Day 19 | | | | | | |
24-
| Day 20 | | | | | | |
25-
| Day 21 | | | | | | |
26-
| Day 22 | | | | | | |
27-
| Day 23 | | | | | | |
28-
| Day 24 | | | | | | |
29-
| Day 25 | | | | | | |
7+
| [Day 3: Perfectly Spherical Houses in a Vacuum](https://adventofcode.com/2015/day/3) | [Data](data/day03.txt) | [R - D3](solutionsR/day03.R) | | |||
8+
| [Day 4: The Ideal Stocking Stuffer](https://adventofcode.com/2015/day/4) | [Data](data/day04.txt) | [R - D4](solutionsR/day04.R) | | |||
9+
| [Day 5: Doesn't He Have Intern-Elves For This?](https://adventofcode.com/2015/day/5) | [Data](data/day05.txt) | [R - D5](solutionsR/day05.R) | | |||
10+
| [Day 6: Probably a Fire Hazard](https://adventofcode.com/2015/day/6) | [Data](data/day06.txt) | [R - D6](solutionsR/day06.R) | | |||
11+
| [Day 7: Some Assembly Required](https://adventofcode.com/2015/day/7) | [Data](data/day07.txt) | [R - D7](solutionsR/day07.R) | | | | |
12+
| [Day 8: Matchsticks](https://adventofcode.com/2015/day/8) | [Data](data/day08.txt) | [R - D8](solutionsR/day08.R) | | | | |
13+
| [Day 9: All in a Single Night](https://adventofcode.com/2015/day/9) | [Data](data/day09.txt) | [R - D9](solutionsR/day09.R) | | | | |
14+
| [Day 10: Elves Look, Elves Say](https://adventofcode.com/2015/day/10) | [Data](data/day10.txt) | [R - D10](solutionsR/day10.R) | | | | |
15+
| [Day 11: Corporate Policy](https://adventofcode.com/2015/day/11) | [Data](data/day11.txt) | [R - D11](solutionsR/day11.R) | | | | |
16+
| [Day 12: JSAbacusFramework.io](https://adventofcode.com/2015/day/12) | [Data](data/day12.txt) | [R - D12](solutionsR/day12.R) | | | | |
17+
| [Day 13: Knights of the Dinner Table](https://adventofcode.com/2015/day/13) | [Data](data/day13.txt) | [R - D13](solutionsR/day13.R) | | | | |
18+
| [Day 14: Reindeer Olympics](https://adventofcode.com/2015/day/14) | [Data](data/day14.txt) | [R - D14](solutionsR/day14.R) | | | | |
19+
| [Day 15: Science for Hungry People](https://adventofcode.com/2015/day/15) | [Data](data/day15.txt) | [R - D15](solutionsR/day15.R) | | | | |
20+
| [Day 16: Aunt Sue](https://adventofcode.com/2015/day/16) | [Data](data/day16.txt) | [R - D16](solutionsR/day16.R) | | | | |
21+
| [Day 17: No Such Thing as Too Much](https://adventofcode.com/2015/day/17) | [Data](data/day17.txt) | [R - D17](solutionsR/day17.R) | | | | |
22+
| [Day 18: Like a GIF For Your Yard](https://adventofcode.com/2015/day/18) | [Data](data/day18.txt) | [R - D18](solutionsR/day18.R) | | | | |
23+
| [Day 19: Medicine for Rudolph](https://adventofcode.com/2015/day/19) | [Data](data/day19.txt) | [R - D19](solutionsR/day19.R) | | | | |
24+
| [Day 20: Infinite Elves and Infinite Houses](https://adventofcode.com/2015/day/20) | [Data](data/day20.txt) | [R - D20](solutionsR/day20.R) | | | | |
25+
| [Day 21: RPG Simulator 20XX](https://adventofcode.com/2015/day/21) | [Data](data/day21.txt) | [R - D21](solutionsR/day21.R) | | | | |
26+
| [Day 22: Wizard Simulator 20XX](https://adventofcode.com/2015/day/22) | [Data](data/day22.txt) | [R - D22](solutionsR/day22.R) | | | | |
27+
| [Day 23: Opening the Turing Lock](https://adventofcode.com/2015/day/23) | [Data](data/day23.txt) | [R - D23](solutionsR/day23.R) | | | | |
28+
| [Day 24: It Hangs in the Balance](https://adventofcode.com/2015/day/24) | [Data](data/day24.txt) | [R - D24](solutionsR/day24.R) | | | | |
29+
| [Day 25: Let It Snow](https://adventofcode.com/2015/day/25) | [Data](data/day25.txt) | [R - D25](solutionsR/day25.R) | | | | |
3030

3131

3232
### Notes

2015/aoc2015.png

82.6 KB
Loading

0 commit comments

Comments
 (0)