diff options
Diffstat (limited to 'subx/apps')
-rw-r--r-- | subx/apps/factorial.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/factorial.subx b/subx/apps/factorial.subx index 068a63cb..1ea2a063 100644 --- a/subx/apps/factorial.subx +++ b/subx/apps/factorial.subx @@ -8,7 +8,7 @@ # 120 # # You can also run the automated test suite: -# $ subx run apps/factorial test +# $ ./subx run apps/factorial test # Expected output: # ........ # Every '.' indicates a passing test. Failing tests get a 'F'. |