Saturday, November 5, 2011

Still there, world!

This is not the end. But, let's face it: This (or any future post) might very well be my last. (In fact, last saturday I'd have been surprised about the additional week that I had since then. So, it seems to be ino order to prepare. So, how can a coder like me leave the world in grace? Like this:


#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:

Anonymous said...

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