We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5213d5 commit 65b86c6Copy full SHA for 65b86c6
1 file changed
GitBugActions/AppMath.cs
@@ -2,7 +2,7 @@ namespace GitBugActions;
2
3
public class AppMath
4
{
5
- public int Sum(int a, int b) => a - b;
+ public int Sum(int a, int b) => a + b;
6
7
public int Subtract(int a, int b) => a - b;
8
0 commit comments