JavaTXCompilerInJavaTXNoMaven/resources/bytecode/javFiles/OL.jav
2024-05-02 23:04:07 +02:00

17 lines
246 B
Java

import java.lang.Double;
import java.lang.String;
import java.lang.Long;
import java.lang.Integer;
public class OL {
public m (x) { return x + x; }
}
public class OLMain {
public main(x) {
var ol;
ol = new OL();
return ol.m(x);
}
}