1 Commits

Author SHA1 Message Date
dd8b19f90e 更新 main.c
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: a1012112796 <1012112796@qq.com>
2023-06-02 10:02:44 +08:00
2 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,3 @@
# test_repo
test repo
1234 1244

5
main.c
View File

@@ -21,3 +21,8 @@ int add(int a, int b)
{
return a + b;
}
int a1()
{
return 1;
}