This website requires JavaScript.
Explore
Help
Register
Sign In
rust
/
rustlings
Watch
1
Star
0
Fork
0
You've already forked rustlings
mirror of
https://github.com/rust-lang/rustlings.git
synced
2025-07-05 00:48:47 +02:00
Code
Issues
Releases
Activity
Files
1b3469f236bc6979c27f6e1a04e4138a88e55de3
rustlings
/
tests
/
fixture
/
testSuccess.rs
lyn
f43cb124f6
add tests
2019-03-20 21:05:45 +01:00
5 lines
44 B
Rust
Raw
Blame
History
#[
test
]
fn
passing
(
)
{
assert!
(
true
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink