Skip to content

Commit aa0a104

Browse files
committed
test webhook
1 parent 03f981c commit aa0a104

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/ravi/cal/RaviCalculator/Calculator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public static void main(String[] args) {
4343

4444
String output = String.format("\n*** Your Results ***\n\nFirst: %d\nSecond: %d\n\nSum : %d\nDifference : %d\nProduct : %d\n\n", cal.first, cal.second, cal.addFucn(first, second), cal.subFucn(first, second), cal.mulFucn(first, second));
4545
System.out.println(output);
46+
System.out.println("Checking Build Trigger");
4647
}
4748

4849
}

0 commit comments

Comments
 (0)