First Post
Experimenting with look, feel and features.
New paragraph - I need some text to evaluate how things are looking. So I am going to ramble for a bit so as to see how multiple lines of text will look. Also, I need to evaluate how to add source code to my posts for easy reading. Does this site look better than my current page?
Had a bit of difficulty inserting source code easily, but WordPress.com provides a solid guide to posting source code
#include <stdio.h>
int main() {
printf("Hello Blogosphere!\n");
return 42;
}