From b390775971c438eeedf073edb9c5b700ead59f90 Mon Sep 17 00:00:00 2001 From: nikhil kala Date: Fri, 24 Apr 2020 13:48:19 +0530 Subject: [PATCH] Update Bubble Sort.cpp --- sorting/Bubble Sort.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorting/Bubble Sort.cpp b/sorting/Bubble Sort.cpp index 7948bb236..b160ac479 100644 --- a/sorting/Bubble Sort.cpp +++ b/sorting/Bubble Sort.cpp @@ -48,7 +48,7 @@ int main() cout << numbers[i] << endl; } } - return 0; + return 0; } /*The working principle of the Bubble sort algorithm: