On 26 May 1996, Mink wrote:
int main(void)
{
long drinks=0; // okay so an 'int' *might* *just* do - hehehe
[SNIP]
} // endof function main()
Aaack, this means a 60 drink rating for my (as yet) incompleted BGC fic.
Does this mean it should carry a government health warning ? :-)
First, that code won't compile. Ignoring the 'int main(void)' which will
just create a warning, the *many* `//`'s are *not* C style comments.
Not to mention you have a an if-then when the answer is hard coded.
-----------------------
Jody(borrowing Skuld's mallet): Wolf-chan no baka!