Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
standalone
issue_5825
main.zig
pretty
plain
permalink
blame
history
•
5 lines
•
123 B
1
const std = @import("std");
2
3
pub fn main() anyerror!void {
4
std.log.info("All your codebase are belong to us.", .{});
5
}