JavaTXCompilerInJavaTX/examples/hoti/Test2.jav
2013-10-18 13:33:46 +02:00

9 lines
88 B
Java
Executable File

class Test2 {
public meth(){
if(true) {
return(1);
}else{
return(2);
}
}
}