View Single Post
Re: Happy B-day Huntkillaz
Old
  (#2)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default 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."
  
Reply With Quote