1import hud from 'hud';
2
3async function main() {
4  // Hud is a new platform for software engineers
5  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}
15
16main();