remove accidentally committed printer.js

This commit is contained in:
Alistair Smith
2026-02-13 13:11:21 -08:00
parent 7eda29f2d6
commit a4c1defe77

View File

@@ -1,6 +0,0 @@
console.log(process.pid);
let i = 0n;
while (true)
if (++i % 50000000n == 0n)
console.log(i);