Basic setup for examples

This commit is contained in:
Robin Voetter
2020-07-01 03:07:55 +02:00
parent 023b46751a
commit f0813e99d2
7 changed files with 13754 additions and 91 deletions

5
examples/main.zig Normal file
View File

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