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