#ifndef HISTOGRAM_H_
#define HISTOGRAM_H_
// read characters from input
// count characters in histogram

void readHistogram(int size, int histo[]);

#endif // HISTOGRAM_H_
