diff --git a/text.h b/text.h new file mode 100644 index 0000000..41f670d --- /dev/null +++ b/text.h @@ -0,0 +1,5 @@ +#pragma once +#include + +void show_histogram_text(const std::vector& bins); +