8 lines
521 B
Markdown
Raw Permalink Normal View History

# Empty File Finder Exercises
2019-01-29 19:43:12 +03:00
2019-03-18 16:21:32 +03:00
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)**
2019-01-29 19:43:12 +03:00
2019-03-18 16:21:32 +03:00
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)**
2019-01-29 19:43:12 +03:00
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)**