You do realize, it's possible to create such a program with the number of lines limited only by the space on your harddrive, if you do:
if(0)
else
if(0)
else
if(0)
else
...
cout << "Hunter2";
or even
;
;
;
;
...
cout << "hunter2"
**EDIT**
Perhaps the rules should include "lines must be required for program to function properly". Also include, "lines may not be broken unnaturally unless their length exceeds (x) non-whitespace characters; and identifiers may not exceed (x) characters in length". And, for good measure, "Exploits of any miswording in the rules will be punished by a warning and then immediate disqualification" :)
