Skip to content

Instantly share code, notes, and snippets.

@obaranovskyi
Created January 14, 2022 17:03
Show Gist options
  • Save obaranovskyi/ac13b2e1fa07550ddb64d09ef3de386b to your computer and use it in GitHub Desktop.
Save obaranovskyi/ac13b2e1fa07550ddb64d09ef3de386b to your computer and use it in GitHub Desktop.
function endlessWhile(): never {
while(true) {
/* ... */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment