complete all parts

This commit is contained in:
2026-05-25 11:20:21 +03:30
parent 83746b88f6
commit 2c98b0a522
11 changed files with 114 additions and 78 deletions
+1 -3
View File
@@ -18,9 +18,7 @@ public class FileManager {
while ((line = reader.readLine()) != null) {
// TODO:
// Add line to list
lines.add(line);
}