This commit is contained in:
Yadunand Prem
2022-10-04 15:47:40 +08:00
parent 672d87b00e
commit 26df644e0d
5 changed files with 271 additions and 57 deletions

View File

@@ -0,0 +1,5 @@
package cs2030s.fp;
public interface Constant<T> {
T init();
}