write()

in src/stdio.ts [83:85]


    write(message: string) {
      _console.log(message);
    },