mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-06-17 10:01:53 +02:00
parent
1b9a16e6e8
commit
d97f16c0b3
1 changed files with 7 additions and 0 deletions
|
@ -794,3 +794,10 @@ func main() {
|
||||||
|
|
||||||
3. Run with `go run .` or make executable using `go build -o VimKill`
|
3. Run with `go run .` or make executable using `go build -o VimKill`
|
||||||
|
|
||||||
|
## The zig stage1 way
|
||||||
|
|
||||||
|
Credit: @tauoverpi
|
||||||
|
|
||||||
|
```zig
|
||||||
|
echo "pub fn main() !noreturn { unreachable; }" > vimkill.zig; zig build-exe vimkill.zig
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue