Initial commit
This commit is contained in:
commit
0d0863ff0c
8 changed files with 857 additions and 0 deletions
5
src/root.zig
Normal file
5
src/root.zig
Normal file
|
@ -0,0 +1,5 @@
|
|||
const std = @import("std");
|
||||
|
||||
test {
|
||||
std.debug.print("hello world", .{});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue