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