From ee0e67b9d7c275480827d856b926d2c403057bb8 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 6 Mar 2020 18:39:16 -0800 Subject: 6091 --- html/apps/factorial4.subx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/apps/factorial4.subx.html') diff --git a/html/apps/factorial4.subx.html b/html/apps/factorial4.subx.html index 8759c2f9..bd41739e 100644 --- a/html/apps/factorial4.subx.html +++ b/html/apps/factorial4.subx.html @@ -66,13 +66,13 @@ if ('onhashchange' in window) { 7 # 8 # To run: 9 # $ ./translate_subx init.linux 0*.subx apps/factorial.subx -o apps/factorial -10 # $ ./subx run apps/factorial +10 # $ ./bootstrap run apps/factorial 11 # Expected result: 12 # $ echo $? 13 # 120 14 # 15 # You can also run the automated test suite: -16 # $ ./subx run apps/factorial test +16 # $ ./bootstrap run apps/factorial test 17 # Expected output: 18 # ........ 19 # Every '.' indicates a passing test. Failing tests get a 'F'. -- cgit 1.4.1-2-gfad0