First Post!!!

Wow it really worked!!!

Lets test some syntax highlighting!

#include <iostream>

int main()
{
	std::cout << "Hello World" << std::endl;

	for(;;)
	{
		std::cout << ":)" << std::endl;
	}

	std::cout << ":(" << std::endl;

	return 0;
}

Wow! Looks great!