Codeb Abgabe Testfaelle
[testub10.git] / codeb / abgabe_bd.0
diff --git a/codeb/abgabe_bd.0 b/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;