index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
rust
/
2 sharedlib
/
prog.rs
blob: fbf31815910fcd0b84eee6bd9ee3aa69a27d84ae (
plain
)
1
2
3
extern
crate
stuff
;
fn
main
()
{
println!
(
"printing: {}"
,
stuff
::
explore
());
}