Skip to content

Commit e940047

Browse files
committed
fix #9
1 parent d957d7a commit e940047

File tree

4 files changed

+6368
-0
lines changed

4 files changed

+6368
-0
lines changed

rtob-common/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
function sum(a,b){
2+
return a+b;
3+
}
4+
5+
module.exports = {
6+
sum: sum
7+
}

0 commit comments

Comments
 (0)