How do I print a new line to the terminal without a newline in Deno? In node.js I used to do:
process.stdout.write('hello, deno!')
Is this possible in Deno? Deno does not have the process
module, and I could not find an equivalent option in https://doc.deno.land/builtin/stable.