Refactor code structure for improved readability and maintainability

This commit is contained in:
Kirill
2026-05-26 23:21:44 +03:00
parent 3bab036cc4
commit edb5ec9dfa
28 changed files with 238 additions and 426 deletions
+3
View File
@@ -0,0 +1,3 @@
ID | Name | Age | Email
1 | John | 30 | john@example.com
2 | Jane | 25 | jane@example.com
1 ID Name Age Email
2 1 John 30 john@example.com
3 2 Jane 25 jane@example.com