#include <stdio.h> int main() { printf("Hello world!\n"); return 0; }
《C语言》第一个程序(1)
原文:https://www.cnblogs.com/YiShen/p/9744112.html