Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
doc
langref
hello_again.zig
pretty
plain
permalink
blame
history
•
7 lines
•
118 B
1
const std = @import("std");
2
3
pub fn main() void {
4
std.debug.print("Hello, {s}!\n", .{"World"});
5
}
6
7
// exe=succeed