diff --git a/tests/coersing/fact.rkt b/tests/coersing/fact.rkt index 3aa02db..daa6c20 100644 --- a/tests/coersing/fact.rkt +++ b/tests/coersing/fact.rkt @@ -8,4 +8,4 @@ (* x (fact (sub1 x)))])) -(printf "test: ~s\n" (fact 4)) \ No newline at end of file +;;(printf "test: ~s\n" (fact 4)) \ No newline at end of file diff --git a/tests/coersing/index.html b/tests/coersing/index.html index 3a70530..a2d3ef6 100644 --- a/tests/coersing/index.html +++ b/tests/coersing/index.html @@ -3,29 +3,27 @@ -
+The factorial of 10000 is being computed.