Counts the dipthongs in a file

Usage:
Allan_HW_8 < Test

Returns a count of the top NOut dipthongs in a file to
standard out along with a report of the elapsed time. 

Reads entries in batches of size NMax

Changed time measurement to clock rather than time
because it takes less than a second to read and process
most files.