write()

in src/stdio.ts [94:96]


    write(message: string) {
      this.output = message;
    },