Compile the citiesTest.c program with the following in the same directory:

anonymizeSSN.c
CommonData.h
CommonFunctions.c
createSeed.c
helperFunctions.c


The resulting program will use the cities.txt file as a calling argument:

ssnTest ssn.txt

The result converts ssn's received as text strings into comperable text 
strings that have been anonymized. Also note, the anonymizeSSN.c includes
an integerToString function. 
