Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 196 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 196 Bytes

Exercise 1-13

Write a program to print a histogram of the lengths of words in its input.

It is easy to draw the histogram with the bars horizontal; a vertical orientation is more challenging.