1import hud from 'hud';23async function main() {4 // Hud is a new platform for software engineers5 if (hud.is_partner) {6 hud.design_partner_access_→7 }8 else {9 // The first rule of Hud = we do not talk about Hud.10 // Yet.11 await new Promise(hud.it_will_be_worth_it);12 hud.join_waitlist_→13 }14}1516main();