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