This commit is contained in:
Christopher Goh 2024-06-21 13:50:27 +02:00 committed by GitHub
commit 26e4260b29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -637,7 +637,7 @@ def heat_death():
def increase_entropy():
return randbits(64)
while heat_death()==False:
while not heat_death():
increase_entropy();
print('The universe is dead, VIM no longer exists');