Sign in
rust
/
rls
/
refs/heads/rustup
/
.
/
tests
/
fixtures
/
multiple_bins
/
src
/
main2.rs
blob: 0b7c1715e38c926845ccd523feb56052389d83c2 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
let
bin_name2
=
"bin2"
;
println
!(
"Hello, world!"
);
}