feat: initial public release (MAESTRO)
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
async function main() {
|
||||
console.error('hello from stderr');
|
||||
console.error('second line');
|
||||
return 'done';
|
||||
}
|
||||
module.exports = main;
|
||||
Reference in New Issue
Block a user