Skip to content

Commit

Permalink
Update addEven.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafal-Leszczynski authored Jun 10, 2024
1 parent 4d62b0c commit 02b6916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homework/add-even/addEven.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once
#include <vector>

int addEven(const std::vector<int> &numbers) {
int addEven(const std::vector<int>& numbers) {
int answer = 0;
int test = 0;
for (int i = 0; i < numbers.size(); i++) {
Expand Down

0 comments on commit 02b6916

Please sign in to comment.