例2-1

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

    return 0;
}

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