#include <stdio.h> int main() { printf("Hello World\n"); return 0; }
1.hello world
原文:https://www.cnblogs.com/Estwind/p/9643251.html