initial commit

This commit is contained in:
Luna 2021-04-09 17:57:18 -03:00
commit f2cbab97a5
2 changed files with 32 additions and 0 deletions

5
src/main.zig Normal file
View file

@ -0,0 +1,5 @@
const std = @import("std");
pub fn main() anyerror!void {
std.log.info("All your codebase are belong to us.", .{});
}