modified: ../../bytecode/javFiles/Faculty.jav

neue Imports hinzugefuegt
This commit is contained in:
Martin Plümicke 2019-04-21 22:31:55 +02:00
parent e086ff187e
commit d9f084cd0f

View File

@ -1,4 +1,6 @@
import java.lang.Integer; import java.lang.Integer;
import java.lang.Long;
import java.lang.Short;
public class Faculty { public class Faculty {
public fact; public fact;
@ -17,6 +19,7 @@ public class Faculty {
public getFact(x) { public getFact(x) {
return fact.apply(x); return fact.apply(x);
} }
}
// m (x) { // m (x) {
// //
//// var fact = (x) -> { //// var fact = (x) -> {