#include<stdio.h> int main() { printf("Hello,worlf!I'm coming!\n"); return 0; }
VS里创建C项目时有个选项,可以看一下C语言图书中的相关步骤和视频。