uwu/uwu.zig

6 lines
108 B
Zig
Raw Permalink Normal View History

2021-08-05 00:58:01 +00:00
const std = @import("std");
pub fn main() !void {
try std.io.getStdOut().writer().print("uwu\n", .{});
}