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