Skip to content

Instantly share code, notes, and snippets.

@vicnicius
Created January 21, 2021 18:37
Show Gist options
  • Save vicnicius/ea9f932e747489cde5c86306cb266142 to your computer and use it in GitHub Desktop.
Save vicnicius/ea9f932e747489cde5c86306cb266142 to your computer and use it in GitHub Desktop.
function iWontHalt() {
while (true) {
continue;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment