This website works better with JavaScript.
Home
Explore
Help
Sign In
wangxinyu2
/
group_practice
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
再次停止跟踪测试文件是否会消失
JJL
JIU JIALIN
5 days ago
parent
64de50efc5
commit
52e02abd8a
1 changed files
with
0 additions
and
28 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-28
JJL.c
+ 0
- 28
JJL.c
View File
@@ -1,28 +0,0 @@
#include "stdio.h"
int add(int a,int b)
{
return a + b;
}
int multiply(int a,int b)
{
return a * b;
}
int sub(int a,int b)
{
return a-b;
}
void my_printf(int a)
{
printf("\r\n\r\n%d\r\n\r\n",a);
}
int main()
{
printf("hello world!");
return 0;
}
Write
Preview
Loading…
Cancel
Save