Code 高亮测试

C语言输出Hello World。

#include <stdio.h>
int main(){
  printf("Hello World\n");
}

 

posted @ 2016-10-03 21:47  林博士  阅读(124)  评论(0编辑  收藏  举报