initial commit

This commit is contained in:
Fabien Freling 2020-08-29 23:50:38 +02:00
commit bf927efb97
2 changed files with 29 additions and 0 deletions

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.", .{});
}