C 语言第一课:hello word c开发工具创建项目快速学习平台 开发工具 个人推荐使用 jetBrains 公司的 CLion 开发工具下载地址 https://www.jetbrains.com/clion/ 创建项目 编写代码 //头文件 #include <stdio.h>//程序入口 int main(){printf("hello word c "); } 运行结果 快速学习平台 http://code.nebulas.ink/