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