Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
src
/
tools
/
miri
/
tests
/
pass
/
imported_main.rs
blob: eb93cd11d3852e91da6b560dee26d39fe1f06dd9 [
file
] [
log
] [
blame
]
pub
mod
foo
{
pub
fn
mymain
()
{
println
!(
"Hello, world!"
);
}
}
use
foo
::
mymain
as
main
;