浏览代码

更新 'hello.c'

master
永攀 张 3 天前
父节点
当前提交
52c8f8d876
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      hello.c

+ 2
- 0
hello.c 查看文件

@@ -1,4 +1,6 @@
int add(int a, int b) {

int c = 10;
return a + b;
}



正在加载...
取消
保存