6 lines
No EOL
83 B
Rust
6 lines
No EOL
83 B
Rust
mod recipes {
|
|
#[test]
|
|
fn it_works() {
|
|
assert_eq!(2 + 2, 4);
|
|
}
|
|
} |