made work: count the number of words in a file

This commit is contained in:
Odweta
2023-12-29 17:20:53 +01:00
parent e15a60c43b
commit 5374cf7191
3 changed files with 65 additions and 48 deletions
+1 -1
View File
@@ -22,10 +22,10 @@ To create a project that uses this library easier, use the `vendetta` utility (`
6. Deleting a file
7. Checking if a file exists
8. Add line numbers at the beggining of each line in a file (with correct indentation)
9. Number of words in a file
#### TODO:
1. Number of words in a file
+ You tell me