C【我的第一个C程序】

#include <stdio.h>      //预处理

int main()                  //主函数
{
  printf("hello World!\n");

  return 0;


}

 

posted @ 2019-04-06 21:45  Crown-V  阅读(88)  评论(0)    收藏  举报