-!!!Example 3: coutning distinct words (with heap allocation)
+!!!Example 3: counting distinct words (with heap allocation)
The following demonstrates how to insert string pointers and their contents into a hash table. This is the //only// approach if the pointers are not kept elsewhere.