Sign in
rust
/
rls
/
refs/heads/rustup
/
.
/
tests
/
fixtures
/
reformat
/
src
/
main.rs
blob: 3aeec5620daa1b0b36f07764dd6187ae5e7ee123 [
file
] [
log
] [
blame
] [
edit
]
pub
mod
foo
;
pub
fn
main
()
{
let
world
=
"world"
;
println
!(
"Hello, {}!"
,
world
);
}