2
0
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
test
bytecode
javFiles

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

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