9 lines
100 B
Plaintext
9 lines
100 B
Plaintext
|
public class Test{
|
||
|
public test(y){
|
||
|
c;
|
||
|
c=5;
|
||
|
d;
|
||
|
d=5;
|
||
|
y=c+d;
|
||
|
}
|
||
|
}
|