I hereby claim:
- I am cindywu on github.
- I am cindywu (https://keybase.io/cindywu) on keybase.
- I have a public key whose fingerprint is 7FF7 97E2 A860 CCC4 2611 7B7B FD36 D4EE 837A 9972
To claim this, I am signing this object:
(define count 1) | |
(define (crackle-pop count n) | |
(cond ((and (= 0 (remainder count 3))(= 0 (remainder count 5))) (display "CracklePop\n")) | |
((= 0 (remainder count 3))(display "Crackle\n")) | |
((= 0 (remainder count 5))(display "Pop\n")) | |
(else (display count)(display "\n"))) | |
(if (> n count) (crackle-pop (+ count 1) n))) | |
(crackle-pop count 100) |
I hereby claim:
To claim this, I am signing this object: