3 Star 2 Fork 0

lo01/introduction_to_programming

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 245 Bytes
一键复制 编辑 原始数据 按行查看 历史
lundechen 提交于 2022-05-25 22:55 . master
cmake_minimum_required(VERSION 3.16)
project(introduction_to_programming C)
set(CMAKE_C_STANDARD 99)
add_executable(introduction_to_programming main.c Meanscore3.c FiboN.c Ex3.3.c week_5.c ex3_13.c Ex4_4.c week_8.c week_9.c sort_algorithms.c)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lo01/introduction_to_programming.git
git@gitee.com:lo01/introduction_to_programming.git
lo01
introduction_to_programming
introduction_to_programming
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385