#include <stdio.h> int main (void) { printf("helloworld!"); return 1; }
测试代码是否按代码风格显示
原文:http://whistle.blog.51cto.com/9453061/1560904