Chunte's picture
Chunte HF Staff
Upload 1033 files
d8f0e51 verified
raw
history blame contribute delete
107 Bytes
async function main () {
for await (const _ of (async function* () {})()) {
require(_)
}
}