From 5601c7ce365b32ddf3e150082510660b8e4925c2 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 18 May 2024 21:16:28 -0600 Subject: Initial bubble-sort commit --- bubble/bubble-sort.scm | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bubble/bubble-sort.scm (limited to 'bubble/bubble-sort.scm') 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) + '()) -- cgit v1.2.3