在源文件上右键,选择添加,新建项:
将文件名改为hello.c
编写代码#include运行程序int main() { // 入口函数 // 打印字符串 printf("hello world!n"); // 返回值 return 0; }
使用快捷键ctrl+f5运行程序

在源文件上右键,选择添加,新建项:
将文件名改为hello.c
编写代码#include运行程序int main() { // 入口函数 // 打印字符串 printf("hello world!n"); // 返回值 return 0; }
使用快捷键ctrl+f5运行程序