]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/source/hello2.rs
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / rustfmt / tests / source / hello2.rs
CommitLineData
f20569fa
XL
1// rustfmt-config: small_tabs.toml
2// rustfmt-target: hello.rs
3
4// Smoke test - hello world.
5
6fn main( ) {
7println!("Hello world!");
8}