test of wp-syntaxhighlighter wordpress plugin for code

This is a test of WP syntax highlighter. I think this one is the best so far. It uses toolbar options and preserves formatting in a very nice way. And is compatible with the visual editor.

#include <stdio.h>

main() 
{

printf("\nhello world");

}