Skip to content

Instantly share code, notes, and snippets.

@odysseuskir
Created November 6, 2022 20:34
Show Gist options
  • Save odysseuskir/c17321fee0b446f3f5e604ac69db9582 to your computer and use it in GitHub Desktop.
Save odysseuskir/c17321fee0b446f3f5e604ac69db9582 to your computer and use it in GitHub Desktop.
CPU Stresser
a = 0
while True:
a += 1
print(a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment