Posting source code on wordpress!

7 09 2007

Hey, I found this:
http://faq.wordpress.com/2007/09/03/how-do-i-post-source-code/


#include <iostream>
int main()
{
  std::cout << "Cool - this should make things look a lot nicer!!!";
}