<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
Trying out "Hello World!" from Zig website...<br>
<blockquote>$ cat hello.zig<br>
const std = @import("std");<br>
<br>
pub fn main() void {<br>
std.debug.print("Hello, {s}!\n", .{"World"});<br>
}<br>
$ zig build-exe hello.zig<br>
$ ./hello <br>
Hello, World!<br>
$ du -h hello<br>
8.3M hello</blockquote>
Good thing, storage is cheap!<br>
<br>
<br>
<div class="moz-cite-prefix">On 2026-05-30 21:43, Mikalai Birukou
via kwlug-disc wrote:<br>
</div>
<blockquote type="cite"
cite="mid:58023d26-d4c2-47ed-bb8d-30d8d58478c5@3nsoft.com">
<pre wrap="" class="moz-quote-pre"><a class="moz-txt-link-freetext" href="https://www.youtube.com/watch?v=iqddnwKF8HQ">https://www.youtube.com/watch?v=iqddnwKF8HQ</a></pre>
</blockquote>
</body>
</html>