Hello World

#include <stdio.h>

int main()
{
    printf("hello, world!\n");
    return 0;
}
posted @ 2019-07-30 01:43  typescript  阅读(185)  评论(0编辑  收藏  举报