feat: add test01

This commit is contained in:
2021-03-21 18:07:00 +08:00
parent 739c2a0ac8
commit 729a5ce188
3 changed files with 31 additions and 0 deletions

5
test01/src/main.zig Normal file
View File

@@ -0,0 +1,5 @@
const std = @import("std");
pub fn main() anyerror!void {
std.debug.warn("Hello world.\n", .{});
}