ag: testfaelle der abgabe
[testub10.git] / ag / abgabe_c.0
1 method m(x y)
2   return x;
3 end;
4
5 method n(x y)
6   return y;
7 end;