This commit is contained in:
JanUlrich 2018-01-31 16:18:29 +01:00
commit 8f9c07d88e
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import java.lang.Integer;
class LamAssign { class LamAssign {

View File

@ -1,3 +1,5 @@
import java.lang.Integer;
class Faculty { class Faculty {
Integer mul(Integer x, Integer y) { Integer mul(Integer x, Integer y) {