1
2
3
4
5
6
7
//! This is the Title page of the `sim` library

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {}
}