index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
fixture
/
success
/
exercises
/
testSuccess.rs
blob: 7139b50b06ac36385045e87ece990f545e7b8736 (
plain
)
1
2
3
4
5
#[test] fn passing() { println!("THIS TEST TOO SHALL PASS"); assert!(true); }