forked from JavaTX/JavaCompilerCore
13 lines
187 B
Plaintext
13 lines
187 B
Plaintext
|
import java.lang.String;
|
||
|
import java.lang.Integer;
|
||
|
import java.lang.Double;
|
||
|
import java.lang.Boolean;
|
||
|
//import java.util.Vector;
|
||
|
|
||
|
|
||
|
public class OL {
|
||
|
|
||
|
m(x) { return x + x; }
|
||
|
|
||
|
}
|