C code test

// This is a test of the c code plugin for Wordpress #include <stdio.h>  void main()   {    printf("Hello World");    return 0;   }