diff options
author | dieggsy <dieggsy@pm.me> | 2021-04-12 19:53:55 -0400 |
---|---|---|
committer | dieggsy <dieggsy@pm.me> | 2021-04-12 19:53:55 -0400 |
commit | 9e604028882441afdf2c7b158d75e87a899e28b6 (patch) | |
tree | 96da1e7c373e9827685faf54fd2c07cf4b82bf30 /chicken/p69.scm | |
parent | 2e4f37a1e92799248f44be0656284041aaab3c6e (diff) | |
download | project-euler-9e604028882441afdf2c7b158d75e87a899e28b6.tar.gz |
CHICKEN: Add a slow p62, add TODOs
Diffstat (limited to 'chicken/p69.scm')
-rwxr-xr-x | chicken/p69.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chicken/p69.scm b/chicken/p69.scm index 5c26ae8..e5d5e94 100755 --- a/chicken/p69.scm +++ b/chicken/p69.scm @@ -1,7 +1,7 @@ #!/usr/bin/chicken-scheme ;; AUTOCOMPILE: -O3 -;; This is pretty slow... +;; TODO: This is pretty slow... (import (math number-theory) (chicken fixnum) (chicken flonum) |