5 lines
79 B
Zig
5 lines
79 B
Zig
const std = @import("std");
|
|
|
|
test {
|
|
std.debug.print("hello world", .{});
|
|
}
|