rust/tests/source/license-templates/empty_license_path.rs

6 lines
76 B
Rust
Raw Normal View History

// rustfmt-config: issue-3802.toml
fn main() {
println!("Hello world!");
}