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