Skip to content

Commit

Permalink
Add comment to trigger Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamer1120 committed Dec 4, 2018
1 parent 8529321 commit 3eb0cd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/Calculator.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
public class Calculator {

//Adds two numbers
public static int add(int int1, int int2) {
return int1 + int2;
}
Expand Down

0 comments on commit 3eb0cd2

Please sign in to comment.