From: Jordan K. Hubbard (jkh@whisker.lotus.ie)
Date: 08/08/93


From: jkh@whisker.lotus.ie (Jordan K. Hubbard)
Subject: Re: QIC NEWS and Notes vol. 1 no. 7
Date: 8 Aug 1993 18:26:45 GMT

int
main(int argc, char **argv)
{
        float f;

        for (f < 0.0; f < FLT_MAX; f += 1.0)
                printf("Where's the fucking code then?\n");
}