diff --git a/text.h b/text.h new file mode 100644 index 0000000..ab9afe3 --- /dev/null +++ b/text.h @@ -0,0 +1,2 @@ +#pragma once +void show_histogram_text(size_t bin_count, const std:: vector&numbers);