This website works better with JavaScript.
Explore
Help
Register
Sign In
rust
/
rust-course
mirror of
https://github.com/sunface/rust-course
Watch
5
Star
0
Fork
You've already forked rust-course
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
412c3c05f9
rust-course
/
assets
/
rustlings-zh
/
tests
/
fixture
/
success
/
testSuccess.rs
6 lines
86 B
Raw
Blame
History
#[
test
]
fn
passing
(
)
{
println!
(
"THIS TEST TOO SHALL PASS"
)
;
assert!
(
true
)
;
}
Reference in new issue
View Git Blame
Copy Permalink