aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index f39779a..94f8992 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,18 @@ export ARG=$(echo ./random_stack.rb 1 20)
./push_swap $(echo $ARG) | ./visualizer.rb $(echo $ARG)
```
+# Test
+
+```
+./test.sh 20 1 100
+```
+
+Test argument stack parsing
+
+```
+./test.sh --error
+```
+
# Benchmark
Make sure to have Python3.6 >=