Re: Happy B-day Huntkillaz -
04-04-2005
#include <stdio.h>
int main ()
{
const char *happy = "Happy birthday to you";
for (int i = 0; i < 3; i++) printf ("%s\n", happy);
printf ("%s, Huntkillaz\n", happy);
printf ("%s!\n", happy);
return (0);
}
RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
|