hello,world

#include<stdio.h>
int main()
{
 printf("Hello, World!");
 return 0;
}

原文地址:https://www.cnblogs.com/byh-baba/p/4992371.html