Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
standalone
windows_entry_points
main.zig
pretty
plain
permalink
blame
history
•
5 lines
•
103 B
1
const std = @import("std");
2
3
pub fn main() void {
4
std.debug.print("hello from Zig main\n", .{});
5
}