summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index b36b7e2..95a0b93 100644
--- a/README.md
+++ b/README.md
@@ -199,6 +199,14 @@ when I run max-client.py 5 6
then answer is 0
~~~
+### List of two numbers in wrong order
+
+~~~scenario
+given server
+when I run max-client.py 6 5
+then answer is 1
+~~~
+
---
title: "OSO work sample—MAX"