modified: resources/AllgemeinTest/Iteration.jav

This commit is contained in:
pl@gohorb.ba-horb.de 2023-06-06 10:16:54 +02:00
parent 3c86eecf8b
commit 26398a692f

View File

@ -1,4 +1,4 @@
/*
class Pair<T, U> { class Pair<T, U> {
T x; T x;
U y; U y;
@ -17,7 +17,7 @@ class Pair<T, U> {
return y; return y;
} }
} }
*/
public class Iteration { public class Iteration {
m1(x, y) { m1(x, y) {