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