标签:style blog http color io 2014 div sp log
几个文字,再来一张图吧
当然代码是少不得的
1 #include <stdio.h> 2 3 int main(void) 4 { 5 fprintf(stdout, "hello\n"); 6 return 0; 7 }
代码不能自动缩进
1 #include <stdio.h> 2 3 int main(void) 4 { 5 printf("hello"); 6 return 0; 7 }
标签:style blog http color io 2014 div sp log
原文地址:http://www.cnblogs.com/ethanx/p/3983129.html