blob: 0756209b680c04ce9be4a0e450d9fc51fb14707e [file] [log] [blame] [edit]
export function print(...args) {
console.log(...args);
}