delete the test
This commit is contained in:
parent
6e00c23a04
commit
b2c295dfbf
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue