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
/
3 staticlib
/
prog2.rs
blob: 9c25c77d51600235e9299a310f1eb44cef0cbe8e (
plain
)
1
2
3
4
5
extern
crate
stuff2
;
fn
main
()
{
println!
(
"printing: {}"
,
stuff2
::
explore
());
}