Skip to content

Commit

Permalink
Update vector.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
wXwSmilewXw committed Nov 22, 2024
1 parent 5605aaa commit ae5dd33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LibraryC/Tests/vector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ int main()

long long sum = 0;
for (int i = 0 ; i < 10000000 ; ++i) {
std::cout << sum << std::endl;
sum += vector_get_int(vector, i);
}
std::cout << sum << "\n";
Expand Down

0 comments on commit ae5dd33

Please sign in to comment.