Hello World

#include<stdio.h>

int main()

{

      printf("HelloWorld! ");

      return 0;

}

原文地址:https://www.cnblogs.com/valxl/p/5860272.html