Change test-resources path to src/test/resources
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
int add(int a, int b) {
|
||||
return a + b;
|
||||
}
|
||||
|
||||
println(add(5, 8));
|
Reference in New Issue
Block a user