Initial commit

This commit is contained in:
Robin Voetter
2019-10-13 00:52:35 +02:00
commit e5ca4a90f1
3 changed files with 20 additions and 0 deletions

5
generator/main.zig Normal file
View File

@@ -0,0 +1,5 @@
const std = @import("std");
pub fn main() void {
std.debug.warn("Test\n");
}