From c5d2bdb132756a1c6d85a9f5d091f4cad17afad4 Mon Sep 17 00:00:00 2001 From: Inanc Gumus Date: Mon, 18 Mar 2019 16:24:47 +0300 Subject: [PATCH] update: empty file finder exercises readme --- 17-project-empty-file-finder/exercises/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/17-project-empty-file-finder/exercises/README.md b/17-project-empty-file-finder/exercises/README.md index d33d3ef..bb51b9f 100644 --- a/17-project-empty-file-finder/exercises/README.md +++ b/17-project-empty-file-finder/exercises/README.md @@ -1,7 +1,7 @@ -# File Append Exercises +# Empty File Finder Exercises 1. **[Sort and write items to a file](https://github.com/inancgumus/learngo/tree/master/17-project-empty-file-finder/exercises/1-sort-to-a-file)** 2. **[Sort and write items to a file with their ordinals](https://github.com/inancgumus/learngo/tree/master/17-project-empty-file-finder/exercises/2-sort-to-a-file-2)** -3. **[Find and write the names of subdirectories to a file](https://github.com/inancgumus/learngo/tree/master/17-project-empty-file-finder/exercises/3-print-directories)** \ No newline at end of file +3. **[Find and write the names of subdirectories to a file](https://github.com/inancgumus/learngo/tree/master/17-project-empty-file-finder/exercises/3-print-directories)**