transferred Code Ocean from original repository to GitHub
This commit is contained in:
12
db/seeds/math/org/example/RecursiveMath.java
Normal file
12
db/seeds/math/org/example/RecursiveMath.java
Normal file
@ -0,0 +1,12 @@
|
||||
package org.example;
|
||||
|
||||
public class RecursiveMath {
|
||||
|
||||
public static void main(String[] args) {
|
||||
//
|
||||
}
|
||||
|
||||
public static double power(int base, int exponent) {
|
||||
return 42;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user