hello, world!

来源:互联网 发布:淘宝现在还有辅助卖吗 编辑:程序博客网 时间:2024/06/10 20:36
#include <stdio.h>int main(void){    printf("hello, world\n");    return 0;}