Skip to content

Commit 686aef0

Browse files
Update index.js
1 parent 49772f0 commit 686aef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/sorting/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ function merge(left, right) {
1717

1818
}
1919

20-
module.exports = { bubbleSort, selectionSort, mergeSort };
20+
module.exports = { bubbleSort, selectionSort, mergeSort, merge };

0 commit comments

Comments
 (0)