mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
7 lines
100 B
Rust
7 lines
100 B
Rust
fn main() {}
|
|
|
|
#[test]
|
|
fn passing() {
|
|
println!("THIS TEST TOO SHALL PASS");
|
|
assert!(true);
|
|
}
|