本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
wangxinyu2
/
group_practice
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
1
Wiki
活動
瀏覽代碼
add_hello_world
tags/v1.0
wangxinyu
6 天之前
父節點
0d1eaddb30
當前提交
26cc92d5d7
共有
1 個檔案被更改
,包括
12 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
JJL.c
+ 12
- 0
JJL.c
查看文件
@@ -0,0 +1,12 @@
#include "stdio.h"
int add(int a,int b)
{
return a + b;
}
int main()
{
printf("hello world!");
return 0;
}
Write
Preview
Loading…
取消
儲存