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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
a49dc375b0
gh-pages
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a49dc375b0'
${ noResults }
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