1 Star 0 Fork 2

梁轲鑫/20061测试代码库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.c 268 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘煜 提交于 2020-10-27 09:09 . !1 增加XXX特性/修改XXX问题
#include <stdio.h>
void func1()
{
puts("func1");
}
int main(int argc, char** argv)
{
puts("Hello world");
puts("Hello master");
puts("Hello develop");
puts("Hello Gitee");
puts("Hello local");
puts("Hello HQYJ");
return 0;
}
void func2()
{
puts("func2");
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/lkx5514/test_repo_20061.git
git@gitee.com:lkx5514/test_repo_20061.git
lkx5514
test_repo_20061
20061测试代码库
master

搜索帮助