zig/std/math/big.zig

6 lines
85 B
Zig
Raw Normal View History

2019-03-03 05:46:04 +08:00
pub use @import("big/int.zig");
test "math.big" {
_ = @import("big/int.zig");
}