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