#! /usr/bin/env node console.log("Hello, world!") for (let start = Date.now(); (Date.now() - start) < 5000;) ;