JavaCompilerCore/app/resources/bytecode/javFiles/RelOps.jav

8 lines
102 B
Plaintext
Raw Permalink Normal View History

2023-01-10 13:22:05 +00:00
import java.lang.Integer;
import java.lang.Boolean;
public class RelOps {
m(a,b){
return a<b;
}
}