Tuesday, 7 September 2010

Welcome to my code snippets blog

This will be a blog for posting random code snippets and maybe some tutorials too. I just got the syntax highlighter working on Blogger, but sorry about the code formatting, it only seems to indent the code by 1 space, which is kinda annoying, but oh well.

Syntax Highlighter test
while (!Dead())
{
 PostCodeSnippet();
 
 if (codeSnippetIsUseless)
  FeelBadMan();
 else
  FeelGoodMan();
}

No comments:

Post a Comment