summaryrefslogtreecommitdiffstats
path: root/final_project/cc-hash.scm
blob: 832f4292b5fb921214a67414457e39f9c567c829 (plain)
1
2
3
4
5
6
7
8
9


(define (step)
  (call-with-current-continuation
   (lambda (c)
     (set! step c)
     c)))

(step)