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:
Sadly, I'm no wizard. For Dennis Ritchie, this would have been
(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("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");
}