zig/std/math/big.zig
2019-03-02 16:46:04 -05:00

6 lines
85 B
Zig

pub use @import("big/int.zig");
test "math.big" {
_ = @import("big/int.zig");
}