import * as fs from "fs"; const input = fs.readFileSync("input").toString(); async function main() {} main().then(console.log).catch(console.error);