#include <stdio.h> int main() { printf("hello world\n"); return 0; } 今天学习资料来源: mooc C语言 第一周第一节 C语言 1.1