]> git.proxmox.com Git - rustc.git/blob - src/tools/rustfmt/tests/target/license-templates/license.rs
New upstream version 1.52.1+dfsg1
[rustc.git] / src / tools / rustfmt / tests / target / license-templates / license.rs
1 // rustfmt-license_template_path: tests/license-template/lt.txt
2 // Copyright 2019 The rustfmt developers.
3
4 fn main() {
5 println!("Hello world!");
6 }