Toggle navigation
GitList
About
Refresh
Report bug
Help
Files
Commits
Stats
Network
Graph
gtest.git
sum.cc
Browse code
기본 파일 추가
Nepirity Corp
authored on30/06/2018 07:19:20
Showing1 changed files
sum.cc
History
View file @35b711c
1
1
new file mode 100644
...
...
@@ -0,0 +1,5 @@
1
+#include "sum.h"
2
+
3
+int sum(int a, int b) {
4
+ return 0;
5
+}