diff --git a/README.md b/README.md index 5a08d5f..27983b6 100644 --- a/README.md +++ b/README.md @@ -831,3 +831,11 @@ echo "pub fn main() !noreturn { unreachable; }" > vimkill.zig; zig build-exe vim ``` This eventually [exhausts memory](https://github.com/ziglang/zig/issues/3461) on the machine which gives the OOM killer a chance to kill vim. + +## The simplest and most logical way (only for desktop users) + +Credit: @AliAlmasi + +I assume with the image below, there won't be any explanations needed. + +![](assets/unplug-the-power-cable-from-the-wall.webp) diff --git a/assets/unplug-the-power-cable-from-the-wall.webp b/assets/unplug-the-power-cable-from-the-wall.webp new file mode 100644 index 0000000..0f0fe50 Binary files /dev/null and b/assets/unplug-the-power-cable-from-the-wall.webp differ