添加 'add.c' #4

Open
a1012112796 wants to merge 4 commits from a1012112796/test_repo:a1012112796-patch-1 into master
3 changed files with 4 additions and 41 deletions
Showing only changes of commit 7389f8cbcd - Show all commits

4
add.c Normal file
View File

@@ -0,0 +1,4 @@
int add(int a, int b)
a1012112796 marked this conversation as resolved
Review

test comment

test comment
{
return a + b;
Review

test msg

test msg
Review

ppp

ppp
}