What happens when I get creative

Jan 14, 2007 21:18

How to wish a Comp. Sci. grad student a happy birthday:

int main(int argc, char *argv[])
{
printf("Happy birthday Dave!\n");
return 0;
}

Yes, so it took me about 2 minutes to type it up (creativity ain't my forte =p) but I did get a very nice compliment on it! :-)

computer

Leave a comment

Comments 2

_gorski January 15 2007, 15:08:08 UTC
3: Error - Undefined symbol 'printf'.

Reply

dandydand January 15 2007, 16:44:27 UTC
Well, yeah, the whole #include was implied...

Thanks for noticing. :-)

Reply


Leave a comment

Up