Files

6 lines
105 B
JavaScript

exports.stdio = {
print : function() {
throw "shouldn't be using system.stdio.print"
}
}