New Code Plugins

November 23, 2008

Here goes nothing, a nice new plugin for my blog so I can highlight code… let’s see if it works: 1 2 3 4 5 #include <stdio.h>   int main(void){ printf("Hello World\n"); } Yup, that seems to work

0