diff --git a/text.h b/text.h new file mode 100644 index 0000000..c464d39 --- /dev/null +++ b/text.h @@ -0,0 +1,5 @@ +#pragma once + +#include + +void show_histogram_text(std::vector bins); \ No newline at end of file