deno_cli 0.23.0

Provides the deno executable
Documentation
const { stdout } = Deno;

stdout.write(new TextEncoder().encode("a"));