initial commit for zig project
This commit is contained in:
parent
3b822e4b9a
commit
24e4f01a3e
9 changed files with 19 additions and 161 deletions
5
src/main.zig
Normal file
5
src/main.zig
Normal file
|
@ -0,0 +1,5 @@
|
|||
const std = @import("std");
|
||||
|
||||
pub fn main() anyerror!void {
|
||||
std.debug.warn("All your base are belong to us.\n");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue