clay-zig-bindings/src/root.zig
2024-09-19 18:05:42 +02:00

5 lines
79 B
Zig

const std = @import("std");
test {
std.debug.print("hello world", .{});
}