测试代码显示

#include <stdio.h>

int main(void)
{
      printf("Hello World\n");  
return 0; }
原文地址:https://www.cnblogs.com/zhuluren/p/3030555.html