Welcome to the new SimonCook.org design!

New Code Plugins

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 :D

Categorised as blog, Computer, Programming, Spcook and tagged as , , , , , .
Useful links: Post permalink, RSS feed for this post
Post a comment or leave a trackback: Trackback URL.

Leave a reply

Your email is never published nor shared. Required fields are marked *

*
*