mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-23 12:01:07 +07:00
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) |