例2-1

#include <stdio.h>
int main(void)
{
    printf("Hello World!
");

    return 0;

}

原文地址:https://www.cnblogs.com/chcb/p/3352791.html