sunny/sunny/src/lib.rs

10 lines
97 B
Rust

#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}