mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 13:51:47 +00:00
remove accidentally committed printer.js
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
console.log(process.pid);
|
||||
let i = 0n;
|
||||
while (true)
|
||||
if (++i % 50000000n == 0n)
|
||||
console.log(i);
|
||||
|
||||
Reference in New Issue
Block a user