個人第一個C語言


/*Hello,world!*/
#include<stdio.h>
int main()
{
 printf("Hello,world!");//利用printf函數輸出字符串Hello,world! 
 return 0;
 }
相關文章
相關標籤/搜索