例2-1

#include<stdio.h>
int main(void)
{
    printf("Hello World!\n");

    return 0;
}

posted on 2013-10-02 00:19  yy99  阅读(120)  评论(0编辑  收藏  举报