Sign in
rust
/
rust
/
bf3ac98d6930ba4e258cf33240c2fe7c99d19eae
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
hello.rs
blob: f892e6debb10d81831174f295e7177d73c37cdd9 [
file
] [
log
] [
blame
]
// rustfmt-config: small_tabs.toml
// rustfmt-target: hello.rs
// Smoke test - hello world.
fn
main
()
{
println
!(
"Hello world!"
);
}