made work: line numbers in files with the correct indentation level (tested on a > 1000 lines file)

This commit is contained in:
Odweta
2023-12-24 12:44:13 +01:00
parent 490a7cc973
commit 342ad58b51
10 changed files with 180 additions and 13 deletions
+1 -2
View File
@@ -19,11 +19,10 @@ Examples of this work of art are in the `/examples/` directory of this repo.
5. Moving (renaming) a file to another file
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)
#### TODO:
1. Add line numbers at the beggining of each line in a file
+ You tell me
## Vectors (dynamic arrays)