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