From 6ecbab2b643b233d94b8010451b76199366f426b Mon Sep 17 00:00:00 2001 From: ZennDev1337 Date: Thu, 8 Feb 2024 09:58:54 +0100 Subject: [PATCH] update --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 2f3e99c..c5e92d2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,7 +6,7 @@ int main() // add_two_numbers(); // convert_char_to_ascii(); print_type_size_bytes(); - bubble_sort_print_demo(); + // bubble_sort_print_demo(); return 0; }