Zig Programming Language Information & Resources • programminglanguages.info
Zig Influence Network
Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.
Hello World in Zig
const std = @import("std");
pub fn main() !void {
const stdout = std.io.getStdOut().writer();
try stdout.print("Hello World", .{});
}
Free Zig books, articles, documentation
- Introduction to Zig - Pedro Duarte Faria (HTML)
- Zig Guide (HTML)
- Zig Language Reference - DevDocs
- Zig Language Reference (HTML)
Search on GitHub
| Name | Description | Last pushed to | Open issues | Forks | Stars | Size |
|---|
Latest data update: 2026-03-27