mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
4 lines
62 B
JavaScript
4 lines
62 B
JavaScript
setInterval(() => {
|
|
console.log("Wrote to stdout");
|
|
}, 20);
|