记录我学C语言的过程,这是我的第一个程序。
#include <stdio.h>
int main()
{
printf("hello world");
return 0;
}
你好,世界。
让C语言的路在这里开始吧。
相信大家都是从这里开始的!
记录我学C语言的过程,这是我的第一个程序。
#include <stdio.h>
int main()
{
printf("hello world");
return 0;
}
你好,世界。
让C语言的路在这里开始吧。
相信大家都是从这里开始的!