1
2
3
4
5
6
7
pub mod plus;
pub mod minus;
pub mod less_than;
pub mod multiply;
pub mod divide;
pub mod or;
pub mod greater_than;