1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
//! This lib contains problems and contests' solutions by [huangjj27].
//! I will try my best to provide example, and my test cases.
//! 
//! [huangjj27]: https://github.com/huangjj27

pub mod problems {

}

pub mod contests {
    pub mod contest130;
}