From e4c91b3917a4be58a694e51fc49cf1b8399955d3 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Mon, 11 Jul 2011 22:02:54 -0400 Subject: [PATCH] making the example look nicer. --- tests/coersing/fact.rkt | 2 +- tests/coersing/index.html | 14 ++++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) 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.