首页 > 技术文章 > Hello World

typescript 2019-07-30 01:43 原文

#include <stdio.h>

int main()
{
    printf("hello, world!\n");
    return 0;
}

推荐阅读