Sign in
◑
Theme
rust
/
rust
/
2e32d85ac962fb22df6eaaeaf222f3e62cd7fe29
/
.
/
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!"
);
}