1
2
3
4
5
6
7
#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        eprintln!("The end is near. I hear a noise at the door, as of some immense slippery body lumbering against it. It shall not find me.");
    }
}