#include<stdio.h>

int main()

{

     printf("hello world\n");

     return 0;

}

今天开始就正式进入C语言这个神奇的世界里了,这是我的第一个C语言程序,以此纪念一下。