reducing iterations to 1

This commit is contained in:
dyoo 2011-03-15 16:21:10 -04:00
parent 0c7a04f6ed
commit 389ebcfaf3
2 changed files with 1 additions and 46 deletions

View File

@ -3,48 +3,3 @@
30 -> 374 -> 31
31 -> 119
ok.
6 -> 26 -> 16
16 -> 132 -> 30
30 -> 374 -> 31
31 -> 119
ok.
6 -> 26 -> 16
16 -> 132 -> 30
30 -> 374 -> 31
31 -> 119
ok.
6 -> 26 -> 16
16 -> 132 -> 30
30 -> 374 -> 31
31 -> 119
ok.
6 -> 26 -> 16
16 -> 132 -> 30
30 -> 374 -> 31
31 -> 119
ok.
6 -> 26 -> 16
16 -> 132 -> 30
30 -> 374 -> 31
31 -> 119
ok.
6 -> 26 -> 16
16 -> 132 -> 30
30 -> 374 -> 31
31 -> 119
ok.
6 -> 26 -> 16
16 -> 132 -> 30
30 -> 374 -> 31
31 -> 119
ok.
6 -> 26 -> 16
16 -> 132 -> 30
30 -> 374 -> 31
31 -> 119
ok.
6 -> 26 -> 16
16 -> 132 -> 30
30 -> 374 -> 31
31 -> 119
ok.

View File

@ -513,4 +513,4 @@
(newline))))
(void ((letrec ((loop (lambda (n) (if (zero? n) 'done (begin (go) (loop (- n '1))))))) loop) '10)))
(void ((letrec ((loop (lambda (n) (if (zero? n) 'done (begin (go) (loop (- n '1))))))) loop) 1)))