Hello Meetcode CLI
NodeJS
Easy
3 views
Problem Description
Print a welcome message for meetcode using Node.js.
Output Format
Print one line.
Constraints
Use console.log only.
Official Solution
const msg = 'Welcome to meetcode';
console.log(msg);
Solutions (0)
No solutions submitted yet. Be the first!
No comments yet. Start the discussion!