forked from JavaTX/JavaCompilerCore
7 lines
45 B
Plaintext
7 lines
45 B
Plaintext
|
class Add{
|
||
|
test(i,j){
|
||
|
a;
|
||
|
a=i+j;
|
||
|
}
|
||
|
}
|