[kwlug-disc] Zig's guy interview

William Park opengeometry at yahoo.ca
Sun May 31 00:23:49 EDT 2026


Trying out "Hello World!" from Zig website...

    $ cat hello.zig
    const std = @import("std");

    pub fn main() void {
         std.debug.print("Hello, {s}!\n", .{"World"});
    }
    $ zig build-exe hello.zig
    $ ./hello
    Hello, World!
    $ du -h hello
    8.3M    hello

Good thing, storage is cheap!


On 2026-05-30 21:43, Mikalai Birukou via kwlug-disc wrote:
> https://www.youtube.com/watch?v=iqddnwKF8HQ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kwlug.org/pipermail/kwlug-disc_kwlug.org/attachments/20260531/db409cb3/attachment.htm>


More information about the kwlug-disc mailing list