Develop #1

Merged
HadiSharifi merged 6 commits from develop into main 2026-07-09 07:34:15 +00:00
Showing only changes of commit 1fcb015b92 - Show all commits
-7
View File
@@ -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);
}