diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.org | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README index 314a00f..6c5f325 100644 --- a/README +++ b/README @@ -46,7 +46,7 @@ This collection includes: the maze. Algorithms must output the solution in this format. ┌──── - │ rows:<number of rows> cols:<number of columns> iterations:<number of iterations> + │ rows:<number of rows> cols:<number of columns> │ │ ...iterations └──── diff --git a/README.org b/README.org index d641d65..aace430 100644 --- a/README.org +++ b/README.org @@ -26,7 +26,7 @@ Fornax format is an intermediate output file generated after solving the maze. Algorithms must output the solution in this format. #+begin_src -rows:<number of rows> cols:<number of columns> iterations:<number of iterations> +rows:<number of rows> cols:<number of columns> ...iterations #+end_src |