hello world!

#include <stdio.h>

int main( )
{
    printf("Hello, world!\n");
    return 0;
}
posted @ 2016-10-30 03:08  typewriter  阅读(193)  评论(0)    收藏  举报