blankDumb   :  simple program to compute the mean number of blanks per line
               in a text file, classified on total length base
blankSmart  :  impreved version

to compile:

c++ -Wall -o meanBlank meanBlank.cc LineStat.cc BlankStat.cc

