C语言-vc6创建C语言工程(不是C++工程)

创建工程

创建 .c 文件

内容如下

#include <stdio.h>

int main(){

    printf("%s\n","abc");

    return 1;
}

原文出处:https://malaoshi.top/show_1IX3RtTPPV2E.html