// console.log_with_multiple_line_breaks.js
console.log('Hi Everyone\n\nHappy Scripting');
//-//
console.log('Press Enter to Exit');
process.stdin.resume();
process.stdin.once('data', function()
{
process.exit();
});
//----//
/*
Hi Everyone
Happy Scripting
Press Enter to Exit
*/
// Dedicated to God the Father
// All Rights Reserved Christopher Andrew Topalian Copyright 2000-2024
// https://github.com/ChristopherTopalian
// https://github.com/ChristopherAndrewTopalian
// https://sites.google.com/view/CollegeOfScripting