Skip to content

Commit

Permalink
test cpp_linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobiqua committed Jan 2, 2025
1 parent 78a1e7a commit 1ad6c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/sum.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "sum.h"

double Sum(double x, double y) {
return x + y;
return x + y + x;
}

0 comments on commit 1ad6c48

Please sign in to comment.