fix: empty file finder exercises
This commit is contained in:
parent
c4358387d2
commit
11f71ff7b3
@ -1,7 +1,7 @@
|
||||
# File Append Exercises
|
||||
|
||||
1. **[Sort and write items to a file](https://github.com/inancgumus/learngo/tree/master/15-slices/19-empty-file-finder-project/exercises/1-sort-to-a-file)**
|
||||
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/15-slices/19-empty-file-finder-project/exercises/2-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/15-slices/19-empty-file-finder-project/exercises/3-print-directories)**
|
||||
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)**
|
@ -1,5 +1,4 @@
|
||||
// For more Go tutorials: learngoprogramming.com
|
||||
|
||||
// ⭐️ LearnGoProgramming.com ⭐️ @inancgumus ⭐️
|
||||
package main
|
||||
|
||||
func main() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user