This website works better with JavaScript.
首頁
探索
說明
登入
wangxinyu2
/
group_practice
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
1
Wiki
Activity
瀏覽代碼
新建打印函数
tags/v1.0
JIU JIALIN
6 天之前
父節點
1ec172c390
當前提交
292aa09911
共有
1 個文件被更改
,包括
6 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
JJL.c
+ 6
- 0
JJL.c
查看文件
@@ -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…
取消
儲存