zig/doc/langref/hello_again.zig
2025-07-07 22:43:53 -07:00

8 lines
118 B
Zig

const std = @import("std");
pub fn main() void {
std.debug.print("Hello, {s}!\n", .{"World"});
}
// exe=succeed