Sign in
◑
Theme
rust
/
rust
/
6ce8f07da0685f389bb4de75ce8abbbcce02e2eb
/
.
/
compiler
/
rustc_codegen_gcc
/
tests
/
hello-world
/
src
/
main.rs
blob: 71c78d364ac881ee82c099892dd8c89b944b1d3f [
file
]
use
mylib
::
my_func
;
fn
main
()
{
println
!(
"{}"
,
my_func
(
5
,
10
));
}