summaryrefslogtreecommitdiffstats
path: root/final_project/cc-hash.scm
diff options
context:
space:
mode:
Diffstat (limited to 'final_project/cc-hash.scm')
-rw-r--r--final_project/cc-hash.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/final_project/cc-hash.scm b/final_project/cc-hash.scm
new file mode 100644
index 0000000..832f429
--- /dev/null
+++ b/final_project/cc-hash.scm
@@ -0,0 +1,9 @@
+
+
+(define (step)
+ (call-with-current-continuation
+ (lambda (c)
+ (set! step c)
+ c)))
+
+(step)