#include <stdio.h>
main()
{
printf("Good Bye, World \n");
}
Sadly, I'm no wizard. For Dennis Ritchie, this would have been
#include <stdio.h>
main()
{
printf("GOOD BYE, WORLD!\n");
}
(One of deaths silly jokes. That'd be style!)
But, for now and me, the only proper thing seems to be:
#include <stdio.h>
main()
{
printf("Still there, World \n");
}
1 comment:
Wow, please stay in this world, anything else would be ... very sad, to say the least! Hope to see you again, soon!!
Greetings from Munich to Stuttgart, and hopefully to your home and not to the hospital.
Henning
Post a Comment