Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1fcb015b92 |
@@ -1,7 +0,0 @@
|
|||||||
package com.ap;
|
|
||||||
|
|
||||||
public interface Calculator {
|
|
||||||
int add(int a, int b);
|
|
||||||
int subtract(int a, int b);
|
|
||||||
int product(int a, int b);
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user