summaryrefslogtreecommitdiff
path: root/bubble/bubble-sort.scm
diff options
context:
space:
mode:
Diffstat (limited to 'bubble/bubble-sort.scm')
-rw-r--r--bubble/bubble-sort.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/bubble/bubble-sort.scm b/bubble/bubble-sort.scm
new file mode 100644
index 0000000..6efa819
--- /dev/null
+++ b/bubble/bubble-sort.scm
@@ -0,0 +1,4 @@
+(define-module (bubble-sort))
+
+(define-public (bubble-sort lst)
+ '())