Skip to content

Commit ffad3d8

Browse files
committed
Updated README.md file
1 parent 34303f0 commit ffad3d8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# My [Advent of Code 2018](http://adventofcode.com/2018) solutions
2+
23
Just for practice and fun. Thank You [Eric](http://was.tl/)!
34

45
---
56

6-
| Day | Name | Python | Ruby |
7-
| :---: | :--------------------------- | :------------------------: | :---: |
8-
| 01 | [Chronal Calibration][day01] | [:heavy_check_mark:][py01] | |
7+
| Day | Name | Python | Ruby |
8+
| :---: | :--------------------------- | :------------------------: | :------------------------: |
9+
| 01 | [Chronal Calibration][day01] | [:heavy_check_mark:][py01] | [:heavy_check_mark:][rb01] |
910

1011
[py01]: ./01/solution.py
1112

13+
[rb01]: ./01/solution.rb
14+
1215
[day01]: https://adventofcode.com/2017/day/1
1316
[day02]: https://adventofcode.com/2017/day/2
1417
[day03]: https://adventofcode.com/2017/day/3

0 commit comments

Comments
 (0)