我的第一个文章

  近日回顾自己这么多年的学习,总是觉得自己的基础不够踏实,夜不能寐,进而决定重新稳固基础知识,

下面的Hello World表示从头开始,虚心学习,不骄不躁!

#include <stdio.h>
#include <stdlib.h>

int main()
{
    printf("Hello world!\n");
    return 0;
}

 

posted @ 2013-07-21 15:06  wangkcau  阅读(87)  评论(0)    收藏  举报