2011-09-21 17:37:32 -06:00

5 lines
59 B
JavaScript

exports.puts = function(str) {
print(String(str));
};