3 lines
52 B
JavaScript
Raw Normal View History

2015-03-14 21:26:54 -06:00
function mprint(m) {
return JSON.stringify(m);
}