7 lines
91 B
Rust
7 lines
91 B
Rust
use hello::snuggle;
|
|
|
|
#[test]
|
|
fn it_works_from_outside() {
|
|
assert!(snuggle(4) == 32);
|
|
}
|