build: add initial zig package
This commit is contained in:
parent
db5b5217ba
commit
a1e5e3e9a5
6 changed files with 191 additions and 0 deletions
8
src/main.zig
Normal file
8
src/main.zig
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
const std = @import("std");
|
||||
const nightwatch = @import("nightwatch");
|
||||
|
||||
pub fn main() !void {
|
||||
std.debug.print("FABRICATI DIEM, PVNC\n", .{});
|
||||
}
|
||||
|
||||
test "simple test" {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue