console.log('With newline'); process.stdout.write('Without newline');
process.stdout.write("hello: ");
process.stdout.write("I am TBG");