delete the test

This commit is contained in:
kry 2024-05-07 14:53:51 +02:00
parent 6e00c23a04
commit b2c295dfbf
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
public class test {
public int x;
public int y;
public double add(x_given,y_given){
int x_given = x;
int y_given = y;
return x+y;
}
}