diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-12-30 00:36:07 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-12-30 00:36:07 -0800 |
commit | 76590e79bb45d192ba0ed9cc82952321aec0d682 (patch) | |
tree | 284fda1c40b8e9bc542f9a64d2fa7f349929d8a4 /subx/apps | |
parent | e0ffdcd1a6302355e187553827159fd180680755 (diff) | |
download | mu-76590e79bb45d192ba0ed9cc82952321aec0d682.tar.gz |
4893
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'. |