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