mirror of
https://github.com/ziglang/zig.git
synced 2026-01-12 02:15:12 +00:00
6 lines
123 B
Zig
6 lines
123 B
Zig
const std = @import("std");
|
|
|
|
pub fn main() anyerror!void {
|
|
std.debug.warn("All your base are belong to us.\n", .{});
|
|
}
|