我的第一个博客 hello word...

#include<stdio.h>
int main()
{
    printf("hello..");
    system("pause");
    return 0;
}

 

posted @ 2018-03-06 23:12  Alexadar  阅读(79)  评论(0)    收藏  举报