initial commit for zig project

This commit is contained in:
Luna 2019-07-05 16:59:45 -03:00
parent 3b822e4b9a
commit 24e4f01a3e
9 changed files with 19 additions and 161 deletions

5
src/main.zig Normal file
View 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");
}