天天看点

c语言入门编程 从最简单的开始

#include<stdio.h>

int main()

{

printf("This is a C program\n");

   return 0;

}

继续阅读