Feed on
Posts
Comments

Hello world!

Hello and welcome to my new blog. My name is Sean Henderson and I will probably be writing mostly about software, programming, computer stuff, and of course liquor.  I don’t have much to say at the moment because I’m still learning about this wordpress and feedburner stuff.  Come back in a few months and maybe, just maybe I’ll have something useful for you to read.  In the meantime, I leave you with one of the most cliche useless computer programs ever known to man.  It’s called "Hello World".

[code lang="C++"]

#include
using namespace std;

int main()
{
// this program doesn't do shit!
cout << "Hello World";
return 0;
}

[/code]

One Response to “Hello world!”

  1. Jolie says:

    Hey, great opening… I love the “Hello World”. You do have a very good command of the English Language … so the other ‘stuff’ needs to go! You can and do express yourself very well.

    Jo

Leave a Reply