1 Star 0 Fork 9

喜多/19091测试代码库

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
test.c 216 Bytes
Copy Edit Raw Blame History
刘煜 authored 2020-01-09 15:17 . hello local
#include <stdio.h>
void func1()
{}
int main(int argc, char** argv)
{
printf("Hello world\n");
printf("Hello branch\n");
printf("Hello remote\n");
printf("Hello local\n");
func1();
return 0;
}
void func2(){}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/joy_and_happiness/test_repo_19091.git
git@gitee.com:joy_and_happiness/test_repo_19091.git
joy_and_happiness
test_repo_19091
19091测试代码库
master

Search