看看效果如何:)

找了个插入代码的插件, 插入段hello world试试:D

#include <stdio.h>
int main ()
{
   printf ("hello world!");
   return 0;
}