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
6 lines
59 B
Java
6 lines
59 B
Java
class TPHMethod {
|
|
void m(a, b) {
|
|
a = b;
|
|
b=a;
|
|
}
|
|
} |