Add the Sum class to test as an example.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package space.kklochko.simple_jbdd.test_examples;
|
||||
|
||||
public class Sum {
|
||||
static int sum(int a, int b) {
|
||||
return a + b;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user