Post!

This blog has a post now. Let’s test some super awesome markup!

1
2
3
4
5
6
int main(int argc, char *argv[])
{
    std::cout << "Hello World!\n";
 
    return 0;
}

And now in PHP!

1
2
3
4
5
function hello() {
    echo "Hello World!\n";
}
 
hello();

Here’s a blockquote sample.

The quick brown fox jumped over the lazy dog.

Posted August 11th, 2009 in Uncategorized.

One comment:

  1. Josh Lindsey:

    Leaving a comment!

    It has more than one line!