Skip to content
Snippets Groups Projects
Commit 75d80333 authored by Florian Burgener's avatar Florian Burgener
Browse files

Fix output text

parent cab3e4a8
Branches master
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ void execute_tasks(uint32_t behavior) {
}
uint32_t count = count_elements_lower_than(tab, array_length, low_value);
printf("%d\n", count);
printf("%d numbers are lower than %d\n", count, low_value);
// 9.
printf("\n9.\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment