about summary refs log tree commit diff stats
path: root/subx/apps/factorial.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-30 00:36:07 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-30 00:36:07 -0800
commit76590e79bb45d192ba0ed9cc82952321aec0d682 (patch)
tree284fda1c40b8e9bc542f9a64d2fa7f349929d8a4 /subx/apps/factorial.subx
parente0ffdcd1a6302355e187553827159fd180680755 (diff)
downloadmu-76590e79bb45d192ba0ed9cc82952321aec0d682.tar.gz
4893
Diffstat (limited to 'subx/apps/factorial.subx')
-rw-r--r--subx/apps/factorial.subx2
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'.
51' href='#n151'>151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202