Lab work 4: my_vector and my_array Authors (team):Ivan Prerequisites GCC or any C++20-compatible compiler CMake ≥ 3.15 GoogleTest (installed automatically via FetchContent) Compilation mkdir build cd build cmake .. cmake --build . --config Release Usage Tests: ctest --output-on-failure Example: ./my_array_tests