Test

#include <cstdio>
int main()
{
  printf("Hello World!
");
  return 0;  
}
原文地址:https://www.cnblogs.com/hyq123456/p/5402325.html