Added another way

The simplest and most logical way (only for desktop users)
This commit is contained in:
Ali Almasi 2023-11-30 19:31:49 +03:30 committed by GitHub
parent 434b0cdfef
commit f694f98192
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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)