Quantcast
Channel: Planet Apache
Viewing all articles
Browse latest Browse all 9364

Jochen Wiedmann: Still there, world!

$
0
0
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");
}

Viewing all articles
Browse latest Browse all 9364

Trending Articles