From 0881ca57894e5c9d9f63960071c3de6ba7592e1f Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Wed, 27 Dec 2017 11:57:52 +0100 Subject: [PATCH] Fix bullet point in README. --- 2017/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2017/README.md b/2017/README.md index 359c83f..3c5cf72 100644 --- a/2017/README.md +++ b/2017/README.md @@ -8,7 +8,7 @@ These are the languages that I have used, in alphabetical order: - [x] AWK - [Day 04](./day-04/solution.awk) - [x] Bash/shell script - [Day 02](./day-02/solution.sh) -- [c] C - [Day 23](./day-23/solution.c) +- [x] C - [Day 23](./day-23/solution.c) - [x] C++ - [Day 01](./day-01/solution.cpp) - [x] C# - [Day 07](./day-07/solution.cs) - [x] Clojure - [Day 03](./day-03/solution.clj)