Sign in
qemu
/
meson
/
refs/heads/revert-15408-submit/drop-python-3.7
/
.
/
test cases
/
rust
/
3 staticlib
/
prog2.rs
blob: 9c25c77d51600235e9299a310f1eb44cef0cbe8e [
file
]
extern
crate stuff2
;
fn
main
()
{
println
!(
"printing: {}"
,
stuff2
::
explore
());
}