import { Uwurandom } from "./pkg/uwurandom_wasm.js"; let uwurandom = Uwurandom.new(); while (true) process.stdout.write(uwurandom.generate())