This was it
Your goal is to create a program which analyzes an HTML file and outputs statistics about it.
Input will be a filename, passed as the first parameter to your program. Eg. htmlanalyze.exe filename.txt Output will be printed to stdout (most likely the screen, unless redirected)
Output will consist of:
• File name
• File size
• Document name
• Number of tags
• Number of times each tag is used
I took the idea from this board, and dumbed it down a bit to be suitable for this type of contest.
Edit, I still need 1 more judge to judge these results.