Sign in
rust
/
rust
/
71bcc49e5ffcd34b9bc7e8410bd5ffcf4d27607c
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-3253
/
foo.rs
blob: 4ebe5326b3c8fab97d00e1729f4106fa4d9e4b43 [
file
]
pub
fn
hello
(
)
{
println
!(
"Hello World!"
);
}