diff --git a/README.md b/README.md index 5a08d5f..e305ae1 100644 --- a/README.md +++ b/README.md @@ -831,3 +831,7 @@ 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 howtobasic way + +![howtobasic](assets/howtobasic.gif) diff --git a/assets/howtobasic.gif b/assets/howtobasic.gif new file mode 100644 index 0000000..3dc1853 Binary files /dev/null and b/assets/howtobasic.gif differ