started on 1-13
[KandRexercises.git] / lenhist.c
bloba56145b3842741ae2795037c28783dccc7705c45
1 #include <stdio.h>
3 /* exercise 1-13: create a histogram of the length of words in the input */
4 main()