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
新建打印函数
tags/v1.0
JIU JIALIN
6 days ago
parent
1ec172c390
commit
292aa09911
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
JJL.c
+ 6
- 0
JJL.c
View File
@@ -10,6 +10,12 @@ 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!");
Write
Preview
Loading…
Cancel
Save