4 lines
57 B
JavaScript
4 lines
57 B
JavaScript
module.exports = function (ñ) {
|
|
return ñ * 100;
|
|
};
|
module.exports = function (ñ) {
|
|
return ñ * 100;
|
|
};
|