redox/recipes/tests/hello-redox/files/test.zig
2025-12-15 20:00:27 +07:00

6 lines
98 B
Zig

const std = @import("std");
pub fn main() !void {
std.debug.print("Hello, Redox!\n", .{});
}