2026-01-25 17:36:24 +01:00

6 lines
95 B
Zig

const std = @import("std");
pub fn hello() void {
std.debug.print("Hello world!", .{});
}