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