Viewing:
..
/
~neallred
/
cli
/
dt
/
src
/
root.zig
/
//! By convention, root.zig is the root source file when making a package. const std = @import("std"); test "basic add functionality" { try std.testing.expect(true); }