mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 19:56:14 +02:00
Merge 8484726595
into 110da1c9df
This commit is contained in:
commit
26e4260b29
1 changed files with 1 additions and 1 deletions
|
@ -637,7 +637,7 @@ def heat_death():
|
||||||
def increase_entropy():
|
def increase_entropy():
|
||||||
return randbits(64)
|
return randbits(64)
|
||||||
|
|
||||||
while heat_death()==False:
|
while not heat_death():
|
||||||
increase_entropy();
|
increase_entropy();
|
||||||
|
|
||||||
print('The universe is dead, VIM no longer exists');
|
print('The universe is dead, VIM no longer exists');
|
||||||
|
|
Loading…
Add table
Reference in a new issue