5 lines
204 B
JavaScript
5 lines
204 B
JavaScript
|
#!/usr/bin/env node
|
||
|
|
||
|
|
||
|
const msg = '\u001b[96m\u001b[1mLove fast-xml-parser? Check \u001b[32mhttps://amitkumargupta.work \u001b[96m\u001b[1mfor more projects and contribution.\u001b[0m\n';
|
||
|
console.log(msg)
|