Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
test cases
/
rust
/
7 private crate collision
/
prog.rs
blob: b9a30f1802f46d15d1a1745b208a186b5b4172c6 (
plain
)
1
2
3
extern
crate
rand
;
fn
main
()
{
println
!
(
"printing: {}"
,
rand
::
explore
());
}