1
2
3
4
5
6
7
8
//! 自動で(mod. 1000000007)をとる整数型

pub mod aplicate;
pub mod def;
pub mod ops;
pub mod combination;

mod tests;