summaryrefslogtreecommitdiff
path: root/src/main.zig
diff options
context:
space:
mode:
authorGravatar Jose Colon Rodriguez2024-02-13 13:50:22 -0400
committerGravatar Jose Colon Rodriguez2024-02-13 13:50:22 -0400
commitbbe4bc5a08a042b47a3474e8e9caf20e216634a8 (patch)
tree3a2d19765f560481d74b6c2abb3696db573a70e3 /src/main.zig
parentMerge table (diff)
downloadzg-bbe4bc5a08a042b47a3474e8e9caf20e216634a8.tar.gz
zg-bbe4bc5a08a042b47a3474e8e9caf20e216634a8.tar.xz
zg-bbe4bc5a08a042b47a3474e8e9caf20e216634a8.zip
Passing ziglyph tests
Diffstat (limited to 'src/main.zig')
-rw-r--r--src/main.zig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.zig b/src/main.zig
index ca167e8..8335530 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -23,3 +23,7 @@ pub fn main() !void {
23 23
24 std.debug.print("result: {}, took: {}\n", .{ result, timer.lap() / std.time.ns_per_ms }); 24 std.debug.print("result: {}, took: {}\n", .{ result, timer.lap() / std.time.ns_per_ms });
25} 25}
26
27test {
28 _ = @import("Grapheme.zig");
29}