1
mod outline;
2
3
#[cfg(test)]
4
mod tests {
5
#[test]
6
fn it_works() {
7
assert_eq!(2 + 2, 4);
8
}
9