mirror of https://github.com/nodejs/node.git
5 lines
44 B
JavaScript
5 lines
44 B
JavaScript
|
exports.D = function () {
|
||
|
return "D";
|
||
|
};
|
||
|
|