Initial commit
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
module.exports = function (ñ) {
|
||||
return ñ * 100;
|
||||
};
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
var é = require('./bar');
|
||||
|
||||
module.exports = function (ñ) {
|
||||
return ñ * 111 + é(n);
|
||||
};
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
var π = require('./foo');
|
||||
console.log('main: ' + foo(5));
|
||||
Reference in New Issue
Block a user