Complete your two implementations of the words repository. Verify that it works. (It is interesting to see what WC considers a word.)

Modify the main routine so that it only enters labels (i.e., words that end in a ':') into the repo. Change count to be the line number that the label appears on. Produce a test that shows that it works. Submit all three files and your test.

K&R 1.6-10, 5.1-6,5.10,6.1-4, B.1-3

Show mathematically that shifting an unsigned int left by one bit doubles the value it represents, as long as the most significant bit was zero.