hello world!

#include <stdio.h>

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