Monday, October 3, 2011

Hello, World!

#include

int main(void)
{
printf("Hello, World!\n");
return 0;
}

Sorry, I couldn't resist but to start this blog off in a nerdy way. Truth be known I hate programming and avoid it like the plague. "Hello, World!" was one of the only C++ programs in college I was able to figure out without the urge to walk away from my computer in pure frustration. I digress.

So, to those that have either wandered here accidentally or had a spark of curiosity, welcome. Thanks for stopping by and I hope that this blog lives up to its title. I'm sure my journey will be filled with laughter, tears, and everything in between. I just hope that it doesn't take a rocket scientist to figure it all out.

No comments:

Post a Comment