c 语言第一个程序

 

#include <stdio.h>

 

int play()

{

     return 0;

}

int main()

{

    play();

   printf("第一个C语言程序\n");

    return 0;

}

 

posted @ 2016-03-28 08:15  lance.xiang  阅读(19)  评论(0)    收藏  举报