All checks were successful
Build and Test with Maven / Build-and-test-with-Maven (push) Successful in 1m35s
new file: Fac.jav new file: Faculty.jav
7 lines
77 B
Java
7 lines
77 B
Java
//import java.lang.Integer;
|
|
|
|
class fst {
|
|
main(x) {
|
|
return x;
|
|
}
|
|
} |