index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unbuffered_stdout.ts
blob: 9c2c2d7258dd57e625a4faa91de2fbad4d0cff17 (
plain
)
1
2
3
import { stdout } from "deno"; stdout.write(new TextEncoder().encode("a"));