summaryrefslogtreecommitdiff
path: root/bubble/bubble-sort.scm
blob: 6efa819fef273cdeeaa49ff7b8d192329838055d (plain)
1
2
3
4
(define-module (bubble-sort))

(define-public (bubble-sort lst)
  '())