Codeb Abgabe Testfaelle
[testub10.git] / gesamt / codeb_abgabe_bd.0
diff --git a/gesamt/codeb_abgabe_bd.0 b/gesamt/codeb_abgabe_bd.0
new file mode 100644 (file)
index 0000000..3d086a9
--- /dev/null
@@ -0,0 +1,6 @@
+method mymax(that)
+  if not (this<that) then
+    that:=this;
+  end;
+  return that;
+end;