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