Source code

Revision control

Copy as Markdown

Other Tools

function output(str) {
console.log(str);
}
module.exports = { output };