From f883bd3b5f1e803477e6e713b2325deaad38b801 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sat, 2 Dec 2017 11:32:16 +0100 Subject: [PATCH] Typo in link. --- 2017/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2017/README.md b/2017/README.md index 4f1be0b..e113253 100644 --- a/2017/README.md +++ b/2017/README.md @@ -7,7 +7,7 @@ and using 25 different programming languages. The current plan, in no particular order: - [ ] AWK (note, not included in shell script) -- [x] Bash/shell script - [Day 02](./day-02/solution.cpp) +- [x] Bash/shell script - [Day 02](./day-02/solution.sh) - [ ] C - [x] C++ - [Day 01](./day-01/solution.cpp) - [ ] C#