This commit is contained in:
Robin Voetter
2019-10-25 22:45:57 +02:00
parent d02231d6a7
commit b49c64862e
4 changed files with 169 additions and 297 deletions

View File

@@ -3,3 +3,8 @@ const std = @import("std");
pub fn main() void {
std.debug.warn("Test\n");
}
test "main" {
_ = @import("xml.zig");
_ = @import("utf8.zig");
}