1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-03-10 05:43:48 -04:00
rustlings/tests/fixture/success/exercises/testSuccess.rs
2024-03-30 20:48:30 +01:00

5 lines
86 B
Rust

#[test]
fn passing() {
println!("THIS TEST TOO SHALL PASS");
assert!(true);
}