Skip to content

Commit 990fdb8

Browse files
committed
Update merge_sort.cpp
1 parent d23dd4c commit 990fdb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

merge_sort.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ int main()
2222

2323
std::cout << "Sorted array : ";
2424
print(array, array_size);
25+
26+
return 0;
2527
}
2628

2729
void print(int A[], int a_size)

0 commit comments

Comments
 (0)