index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
fixture
/
success
/
testSuccess.rs
blob: 589057ccb7212391e258920cff0a685f2fe26cec (
plain
)
1
2
3
4
#[test] fn passing() { assert!(true); }