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