Thursday, December 11, 2008

Syntax Highlighter Test

I found a way to insert code snippets into the blog. As long as you can find somewhere to host the files SyntaxHighlighter seems to be the best solution. Here is a good tutorial to get rolling.


class MyClass {
bool blah(){
return 2 > 1 ;
}
}

No comments: