diff options
Diffstat (limited to 'chicken/p69.scm')
-rwxr-xr-x | chicken/p69.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chicken/p69.scm b/chicken/p69.scm index 52f4d4b..5c26ae8 100755 --- a/chicken/p69.scm +++ b/chicken/p69.scm @@ -1,6 +1,7 @@ #!/usr/bin/chicken-scheme ;; AUTOCOMPILE: -O3 +;; This is pretty slow... (import (math number-theory) (chicken fixnum) (chicken flonum) |