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; }