Code Snippet Generator

Mac Terminal Style

main.js
function hello(name) {
    console.log(`Hello ${name}`);
}

hello("World");