Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Кузнецов Евгений #63

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
а если так
Mrbowtiesmind authored Oct 9, 2016
commit 02bce8f6a1fa0c26929501a351631138c6c6a12c
3 changes: 1 addition & 2 deletions math.js
Original file line number Diff line number Diff line change
@@ -3,6 +3,5 @@
exports.isStar = true;

exports.sum = function (a, b) {
var c=a+b;
return c;
return a + b;
};