feat(helloworld): add helloworld.zig
This commit is contained in:
6
helloworld.zig
Normal file
6
helloworld.zig
Normal file
@@ -0,0 +1,6 @@
|
||||
const std = @import("std");
|
||||
|
||||
pub fn main() void {
|
||||
std.debug.warn("Hello, world!\n", .{});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user